Skip to content

Commit

Permalink
fix: Task Queue Templating (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Jan 21, 2025
1 parent 9ef4faf commit cba47ee
Show file tree
Hide file tree
Showing 3 changed files with 5 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.23.7
version: 0.23.8
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
1 change: 0 additions & 1 deletion charts/operator-wandb/templates/gorilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ data:
GORILLA_GLUE_TASK_PROVIDER: "memory://"
GORILLA_DEFAULT_REGION: "{{ default .Values.global.cloudProvider "minio" }}-{{ (include "wandb.bucket" . | fromYaml).region }}"
{{- if .Values.global.executor.enabled }}
GORILLA_TASK_QUEUE: "{{ include "app.redis" . | trim }}"
GORILLA_TASK_QUEUE_WORKER_ENABLED: "false"
{{- else }}
GORILLA_TASK_QUEUE: "noop://"
Expand Down
4 changes: 4 additions & 0 deletions charts/operator-wandb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ glue:
value: '{{ include "wandb.redis" . | trim }}'
GORILLA_FILE_METADATA_SOURCE:
value: '{{ include "wandb.redis" . | trim }}'
GORILLA_TASK_QUEUE:
value: '{{ include "wandb.redis" . | trim }}'
GORILLA_GLUE_TASK_STRATEGY_STORE:
value: '{{ include "wandb.mysql" . | trim }}'
GORILLA_GLUE_TASK_METADATA_STORE:
Expand Down Expand Up @@ -645,6 +647,8 @@ api:
value: '{{ include "wandb.redis" . | trim }}'
GORILLA_FILE_METADATA_SOURCE:
value: '{{ include "wandb.redis" . | trim }}'
GORILLA_TASK_QUEUE:
value: '{{ include "wandb.redis" . | trim }}'
GORILLA_GLUE_TASK_STRATEGY_STORE:
value: '{{ include "wandb.mysql" . | trim }}'
GORILLA_GLUE_TASK_METADATA_STORE:
Expand Down

0 comments on commit cba47ee

Please sign in to comment.