diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index c67477e0..5a27ff51 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.14.12 +version: 0.14.13 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg diff --git a/charts/operator-wandb/charts/app/templates/deployment.yaml b/charts/operator-wandb/charts/app/templates/deployment.yaml index 2cf9172b..13d88a22 100644 --- a/charts/operator-wandb/charts/app/templates/deployment.yaml +++ b/charts/operator-wandb/charts/app/templates/deployment.yaml @@ -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 diff --git a/charts/operator-wandb/charts/flat-run-fields-updater/templates/deployment.yaml b/charts/operator-wandb/charts/flat-run-fields-updater/templates/deployment.yaml index 03a526bd..931851ef 100644 --- a/charts/operator-wandb/charts/flat-run-fields-updater/templates/deployment.yaml +++ b/charts/operator-wandb/charts/flat-run-fields-updater/templates/deployment.yaml @@ -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 diff --git a/charts/operator-wandb/values.yaml b/charts/operator-wandb/values.yaml index 0e14e315..39fc0c97 100644 --- a/charts/operator-wandb/values.yaml +++ b/charts/operator-wandb/values.yaml @@ -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