From 6a8df136066d848568b5e3bc7e73ffcc9b01bf21 Mon Sep 17 00:00:00 2001 From: Josiah Lee Date: Wed, 17 Jul 2024 09:39:29 -0700 Subject: [PATCH] chore(weave): fix weave cache import (#159) --- charts/operator-wandb/Chart.yaml | 2 +- charts/operator-wandb/charts/weave/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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