diff --git a/charts/operator-wandb/Chart.lock b/charts/operator-wandb/Chart.lock index 1ab42d82..6c3c6465 100644 --- a/charts/operator-wandb/Chart.lock +++ b/charts/operator-wandb/Chart.lock @@ -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" diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index 8da50a7c..bcfc171f 100644 --- a/charts/operator-wandb/Chart.yaml +++ b/charts/operator-wandb/Chart.yaml @@ -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 diff --git a/charts/operator-wandb/README.md b/charts/operator-wandb/README.md index 714fa36b..b1c4155c 100644 --- a/charts/operator-wandb/README.md +++ b/charts/operator-wandb/README.md @@ -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. diff --git a/charts/operator-wandb/templates/gorilla.yaml b/charts/operator-wandb/templates/gorilla.yaml index 5f8b6db4..47d76cf3 100644 --- a/charts/operator-wandb/templates/gorilla.yaml +++ b/charts/operator-wandb/templates/gorilla.yaml @@ -60,15 +60,11 @@ 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" @@ -76,7 +72,6 @@ data: 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 }}