From 45296289a3d5ee075c3d0a7921e44f0407ff5091 Mon Sep 17 00:00:00 2001 From: Ramit Goolry <93002515+ramit-wandb@users.noreply.github.com> Date: Tue, 13 Aug 2024 02:02:05 +0530 Subject: [PATCH] chore: allow for parquet replicas (#204) --- charts/operator-wandb/Chart.yaml | 2 +- charts/operator-wandb/charts/parquet/templates/deployment.yaml | 2 +- charts/operator-wandb/charts/parquet/values.yaml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index d04b26c0..1f89a10d 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.17.3 +version: 0.17.4 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg diff --git a/charts/operator-wandb/charts/parquet/templates/deployment.yaml b/charts/operator-wandb/charts/parquet/templates/deployment.yaml index 7ada49d7..9f248be5 100644 --- a/charts/operator-wandb/charts/parquet/templates/deployment.yaml +++ b/charts/operator-wandb/charts/parquet/templates/deployment.yaml @@ -17,7 +17,7 @@ metadata: {{- toYaml .Values.deployment.annotations | nindent 4 }} {{- end }} spec: - replicas: 1 + replicas: {{ .Values.replicas }} selector: matchLabels: {{- include "wandb.selectorLabels" $ | nindent 6 }} diff --git a/charts/operator-wandb/charts/parquet/values.yaml b/charts/operator-wandb/charts/parquet/values.yaml index 547a3700..8f20dc52 100644 --- a/charts/operator-wandb/charts/parquet/values.yaml +++ b/charts/operator-wandb/charts/parquet/values.yaml @@ -8,6 +8,8 @@ image: tag: latest pullPolicy: Always +replicas: 1 + tolerations: [] extraEnv: {}