Skip to content

Commit

Permalink
chore(launch): Bump agent image version (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGoyette authored Jun 17, 2024
1 parent 55d18d9 commit 836d3d9
Show file tree
Hide file tree
Showing 2 changed files with 2 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.4
version: 0.13.5
maintainers:
- name: wandb
email: support@wandb.com
Expand Down
2 changes: 1 addition & 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.6
image: wandb/launch-agent:0.17.1
# Image pull policy for agent image.
imagePullPolicy: Always
# Resources block for the agent spec.
Expand Down

0 comments on commit 836d3d9

Please sign in to comment.