Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.39.1
version: 0.39.2
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

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 @@ -1177,6 +1177,8 @@ filestream:
env:
GORILLA_FILE_STREAM_WORKER_SOURCE_ADDRESS:
value: '{{ include "wandb.fileStreamStoreConsumer" . }}'
GORILLA_RUN_UPDATE_SHADOW_QUEUE_SUBSCRIPTIONS_FILESTREAM_ORDERED_GORILLA:
value: '{{ include "wandb.runUpdateShadowQueue" . }}'
Comment on lines +1180 to +1181
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not quite indented right.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey Daniel Is there something i can run to fix the formatting? As i think this
Screenshot 2026-01-14 at 11 50 21
makes me think the value is correctly indented?

containers:
filestream:
args: ["filestream"]
Expand Down
Loading