Skip to content

Commit

Permalink
feat: Default global.redis.external to false (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
j7m4 authored Feb 25, 2025
1 parent dbc87fa commit e08737a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ license.txt
test-values.yaml
.DS_Store
secret.*.yaml
.idea/
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.26.9
version: 0.26.10
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
2 changes: 2 additions & 0 deletions charts/operator-wandb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ 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.

The `external` field should always remain `false`. It is for W&B internal use only.

## Use external stateful data

You can configure the W&B Server Helm chart to point to external stateful
Expand Down
2 changes: 2 additions & 0 deletions charts/operator-wandb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ global:
host: ""
port: 6379
password: ""
# external should remain false; it is for W&B internal use only.
external: false
parameters: {}
caCert: ""
secret:
Expand Down

0 comments on commit e08737a

Please sign in to comment.