Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.40.0
version: 0.40.1
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
6 changes: 1 addition & 5 deletions charts/operator-wandb/templates/_env.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Global values will override any chart-specific values.
value: {{ include "wandb.mysql" . | trim | quote }}
{{- end -}}

{{- define "wandb.clickhouseConfigEnvs" -}}
{{- define "wandb.clickhouseEnvs" -}}
{{- /*
ATTENTION!
Expand Down Expand Up @@ -300,10 +300,6 @@ Global values will override any chart-specific values.
{{- end -}}
{{- end -}}

{{- define "wandb.clickhouseEnvs" -}}
{{ include "wandb.clickhouseConfigEnvs" . }}
{{- end -}}

{{- define "wandb.historyStoreEnvs" -}}
- name: GORILLA_HISTORY_STORE
value: {{ include "wandb.historyStore" . | quote }}
Expand Down
2 changes: 1 addition & 1 deletion charts/operator-wandb/templates/glue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ data:

# ClickHouse configuration using existing clickhouse variables
{{- if .Values.global.clickhouse.host }}
GORILLA_GLUE_CLICKHOUSE_ADDRESS: "http://$(WF_CLICKHOUSE_HOST):$(WF_CLICKHOUSE_PORT)"
GORILLA_GLUE_CLICKHOUSE_ADDRESS: "http://{{ include "wandb.clickhouse.host" . | trim }}:{{ include "wandb.clickhouse.port" . | trim }}"
{{- end }}

# Activity store configuration
Expand Down
Loading
Loading