Skip to content

Commit

Permalink
Merge 338bbba into c0621d3
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Jan 24, 2025
2 parents c0621d3 + 338bbba commit 513c4b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 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.24.2
version: 0.24.3
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 513c4b1

Please sign in to comment.