Skip to content

Commit

Permalink
chore(dev): run updates shadow partitions (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaxiang authored Jul 16, 2024
1 parent ff1010c commit 2ec7b52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.14.12
version: 0.14.13
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
2 changes: 1 addition & 1 deletion charts/operator-wandb/charts/app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spec:
- name: KAFKA_TOPIC_RUN_UPDATE_SHADOW_QUEUE
value: {{ include "wandb.kafka.runUpdatesShadowTopic" .}}
- name: KAFKA_RUN_UPDATE_SHADOW_QUEUE_NUM_PARTITIONS
value: {{ include "wandb.kafka.runUpdatesShadowNumPartitions" .}}
value: "{{ include "wandb.kafka.runUpdatesShadowNumPartitions" .}}"
- name: OVERFLOW_BUCKET_ADDR
value: "{{ include "app.bucket" .}}"
- name: GORILLA_RUN_UPDATE_SHADOW_QUEUE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ spec:
- name: KAFKA_TOPIC_RUN_UPDATE_SHADOW_QUEUE
value: {{ include "wandb.kafka.runUpdatesShadowTopic" .}}
- name: KAFKA_RUN_UPDATE_SHADOW_QUEUE_NUM_PARTITIONS
value: {{ include "wandb.kafka.runUpdatesShadowNumPartitions" .}}
value: "{{ include "wandb.kafka.runUpdatesShadowNumPartitions" .}}"
- name: BUCKET
value: "{{ include "flat-run-fields-updater.bucket" .}}"
- name: GORILLA_RUN_UPDATE_SHADOW_QUEUE
Expand Down
2 changes: 1 addition & 1 deletion charts/operator-wandb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ global:
runUpdatesShadowTopic: ""
# This value will only apply upon initial topic creation.
# If the topic already exists then changing the number of partitions is not possible.
runUpdatesShadowNumPartitions: "1"
runUpdatesShadowNumPartitions: 1

ingress:
install: true
Expand Down

0 comments on commit 2ec7b52

Please sign in to comment.