diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index ec0c4d4a..68c01749 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.14.15 +version: 0.14.16 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg diff --git a/charts/operator-wandb/charts/weave/templates/deployment.yaml b/charts/operator-wandb/charts/weave/templates/deployment.yaml index f459afc2..0999ca80 100644 --- a/charts/operator-wandb/charts/weave/templates/deployment.yaml +++ b/charts/operator-wandb/charts/weave/templates/deployment.yaml @@ -92,7 +92,7 @@ spec: - name: {{ include "weave.fullname" . }}-cache-clear image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" - command: ["python", "-m", "weave.clear_cache"] + command: ["python", "-m", "weave.legacy.clear_cache"] env: - name: WEAVE_LOCAL_ARTIFACT_DIR