Skip to content

Commit

Permalink
fix: Shadow queue hard coded variables (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Jan 27, 2025
1 parent c0621d3 commit 1f2b56f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ dependencies:
repository: file://../wandb-base
version: 0.4.0
digest: sha256:d9e104084992aaca36330a56d4a5b825fd20f0bdf995070bf93f46a883375169
generated: "2025-01-21T12:17:36.303852-06:00"
generated: "2025-01-24T13:27:40.057251-06:00"
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.24.2
version: 0.24.4
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
2 changes: 1 addition & 1 deletion charts/operator-wandb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ By default, the W&B Server chart includes an in-cluster Redis deployment that is
provided by bitnami/Redis. This deployment is for trial purposes only and not
recommended for use in production.

## Use extneral stateful data
## Use external stateful data

You can configure the W&B Server Helm chart to point to external stateful
storage for items like MySQL, Redis, and Storage.
Expand Down
5 changes: 0 additions & 5 deletions charts/operator-wandb/templates/gorilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,18 @@ data:
GORILLA_SCHEMA_FILE: "/schema.graphql"
GORILLA_PORT: "8081"
GORILLA_ACTIVITY_STORE_ENABLE: "true"
GORILLA_RUN_STORE_ONPREM_MIGRATE_DISABLE_READS: "false"
GORILLA_GLUE_TASK_STORE: "memory://"
GORILLA_COLLECT_AUDIT_LOGS: "true"
GORILLA_USE_PARQUET_HISTORY_STORE: "true"
GORILLA_PARQUET_PORT: "8087"
GORILLA_RUN_UPDATE_QUEUE_ADDR: "internal://"
GORILLA_RUN_STORE_ONPREM_MIGRATE_CREATE_RUN_STORE: "true"
GORILLA_RUN_STORE_ONPREM_MIGRATE_CREATE_RUN_TABLES: "true"
GORILLA_RUN_STORE_ONPREM_MIGRATE_FLAT_RUNS_MIGRATOR: "true"
GORILLA_FILE_STORE_IS_PROXIED: "false"
GORILLA_ACTIVITY_STORE_SERVE: "true"
GORILLA_GLUE_TASK_CONFIG_PATH: "/gorilla_glue_tasks_local.yaml"
GORILLA_ONPREM: "true"
GORILLA_STATSD_PORT: "8125"
GORILLA_ACTIVITY_STORE_BACKFILL_ENABLE: "true"
GORILLA_ARTIFACT_GC_ENABLED: "false"
GORILLA_RUN_STORE_ONPREM_MIGRATE_SHADOW_RUN_UPDATES: "true"
GORILLA_GLUE_TASK_PROVIDER: "memory://"
GORILLA_DEFAULT_REGION: "minio-local"
{{- if .Values.global.executor.enabled }}
Expand Down

0 comments on commit 1f2b56f

Please sign in to comment.