Skip to content

Commit

Permalink
pin agent image to sdk release 0.16.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcsherma authored Nov 20, 2023
1 parent d7a9185 commit a66a3ba
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.11.3
version: 0.11.4
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:latest
image: wandb/launch-agent:0.16.0-state-fix
# Image pull policy for agent image.
imagePullPolicy: Always
# Resources block for the agent spec.
Expand Down

0 comments on commit a66a3ba

Please sign in to comment.