Skip to content

Commit

Permalink
chore(weave): fix weave cache import (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlee64 authored Jul 17, 2024
1 parent 3a81fd5 commit 6a8df13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a8df13

Please sign in to comment.