diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index dd805742..6f513a60 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.6 +version: 0.13.7 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 6363aee3..4d082e29 100644 --- a/charts/operator-wandb/charts/parquet/templates/cron.yaml +++ b/charts/operator-wandb/charts/parquet/templates/cron.yaml @@ -49,12 +49,6 @@ spec: "megabinary", "glue", ] - 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 }} env: - name: GORILLA_GLUE_EXECUTE value: "true" @@ -134,15 +128,6 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - volumes: - {{- if ne (include "wandb.redis.caCert" .) "" }} - - name: {{ include "parquet.fullname" . }}-redis-ca - secret: - secretName: "{{ include "wandb.redis.passwordSecret" . }}" - items: - - key: REDIS_CA_CERT - path: redis_ca.pem - {{- end }} {{- include "parquet.extraEnv" (dict "global" $.Values.global "local" .Values) | nindent 16 }} {{- include "wandb.extraEnvFrom" (dict "root" $ "local" .) | nindent 16 }} restartPolicy: Never