Skip to content

Commit

Permalink
fix: Checksum for License to force pod restart (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Jan 29, 2024
1 parent 4102c15 commit bfbdaec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator-wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.10.38
version: 0.10.39
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
1 change: 1 addition & 0 deletions charts/operator-wandb/charts/app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ metadata:
{{- end }}
annotations:
{{- include "wandb.deploymentAnnotations" $ | nindent 4 }}
checksum/license: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
{{- if .Values.deployment.annotations -}}
{{- toYaml .Values.deployment.annotations | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit bfbdaec

Please sign in to comment.