Skip to content

Commit

Permalink
Add verbosity setting to launch config (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimH98 authored Apr 4, 2024
1 parent 7559eda commit 3a0f7a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/launch-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: launch-agent
icon: https://em-content.zobj.net/thumbs/240/apple/354/rocket_1f680.png
description: A Helm chart for running the W&B Launch Agent in Kubernetes
type: application
version: 0.13.1
version: 0.13.2
maintainers:
- name: wandb
email: [email protected]
Expand Down
3 changes: 2 additions & 1 deletion charts/launch-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ agent:
# Providing API key can be done external to this chart
useExternalWandbSecret: false
# Container image to use for the agent.
image: wandb/launch-agent:0.16.4
image: wandb/launch-agent:0.16.6
# Image pull policy for agent image.
imagePullPolicy: Always
# Resources block for the agent spec.
Expand Down Expand Up @@ -41,6 +41,7 @@ launchConfig: |
max_schedulers: 1 # Max number of sweep schedulers to run concurrently.
builder: # Builder config. Type `noop` and `kaniko` can be used in a kubernetes cluster.
type: noop
verbosity: 0 # Determines print verbosity. 0 = default, 1 = print status more often, 2 = also print debug information
# # Additional environment variables to set on the agent container.
additionalEnvVars:
Expand Down

0 comments on commit 3a0f7a1

Please sign in to comment.