diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index 7d7c3e8d..dccc5bf2 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.31 +version: 0.10.32 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 9a94065e..17a946b9 100644 --- a/charts/operator-wandb/charts/app/templates/deployment.yaml +++ b/charts/operator-wandb/charts/app/templates/deployment.yaml @@ -126,7 +126,7 @@ spec: value: "{{ include "app.redis" . | trim }}" - name: SLACK_CLIENT_ID - value: {{ .Values.global.slack.clientId }} + value: {{ .Values.global.slack.clientId | quote }} - name: SLACK_SECRET valueFrom: secretKeyRef: