diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index be1ff7df..3a45a4ea 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.13.3 +version: 0.13.4 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg diff --git a/charts/operator-wandb/charts/parquet/templates/cron.yaml b/charts/operator-wandb/charts/parquet/templates/cron.yaml index 58c34b8f..f6ccab09 100644 --- a/charts/operator-wandb/charts/parquet/templates/cron.yaml +++ b/charts/operator-wandb/charts/parquet/templates/cron.yaml @@ -43,12 +43,6 @@ spec: containers: - name: backfill-job image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" - volumeMounts: - {{- if ne (include "wandb.redis.caCert" .) "" }} - - name: {{ include "parquet.fullname" . }}-redis-ca - mountPath: /etc/ssl/certs/redis_ca.pem - subPath: redis_ca.pem - {{- end }} command: [ "/sbin/my_init", "--skip-runit",