diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index 363245ab..324618b4 100644 --- a/charts/operator-wandb/Chart.yaml +++ b/charts/operator-wandb/Chart.yaml @@ -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 diff --git a/charts/operator-wandb/charts/app/templates/deployment.yaml b/charts/operator-wandb/charts/app/templates/deployment.yaml index 71d8b159..478fa303 100644 --- a/charts/operator-wandb/charts/app/templates/deployment.yaml +++ b/charts/operator-wandb/charts/app/templates/deployment.yaml @@ -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 }}