Skip to content

Commit

Permalink
fix: Revert private WANDB_BASE_URL for weave (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpenaranda authored Jul 24, 2024
1 parent 0cacaf7 commit c92f3f4
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.15.6
version: 0.15.7
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
- name: WEAVE_LOCAL_ARTIFACT_DIR
value: /vol/weave/cache
- name: WANDB_BASE_URL
value: http://{{ .Release.Name }}-app:8080/
value: {{ .Values.global.host }}
- name: WEAVE_SERVER_NUM_WORKERS
value: "4"

Expand Down

0 comments on commit c92f3f4

Please sign in to comment.