From 288005b54c65966bc0c391f929da0661a1780152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Barth=C3=A9s?= Date: Tue, 17 Sep 2024 15:42:01 +0200 Subject: [PATCH] fix(charts): update path for `server.spec.strategy.type` (#1001) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(charts): update path for `server.spec.strategy.type` Signed-off-by: Guilhem Barthés * chore: bump chart version Signed-off-by: Guilhem Barthés --------- Signed-off-by: Guilhem Barthés --- charts/substra-backend/CHANGELOG.md | 5 +++++ charts/substra-backend/Chart.yaml | 2 +- charts/substra-backend/templates/deployment-server.yaml | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/charts/substra-backend/CHANGELOG.md b/charts/substra-backend/CHANGELOG.md index 6ef80e130..e7e97888b 100644 --- a/charts/substra-backend/CHANGELOG.md +++ b/charts/substra-backend/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog +## [26.10.2] - 2024-09-17 + +# Fixed + +update path for `server.spec.strategy.type` ## [26.10.1] - 2024-09-13 diff --git a/charts/substra-backend/Chart.yaml b/charts/substra-backend/Chart.yaml index 3926423f5..3b3b75a7b 100644 --- a/charts/substra-backend/Chart.yaml +++ b/charts/substra-backend/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: substra-backend home: https://github.com/Substra -version: 26.10.1 +version: 26.10.2 appVersion: 0.48.0 kubeVersion: '>= 1.19.0-0' description: Main package for Substra diff --git a/charts/substra-backend/templates/deployment-server.yaml b/charts/substra-backend/templates/deployment-server.yaml index 510850bc5..8f4286725 100644 --- a/charts/substra-backend/templates/deployment-server.yaml +++ b/charts/substra-backend/templates/deployment-server.yaml @@ -12,7 +12,8 @@ spec: matchLabels: app.kubernetes.io/name: {{ template "substra.name" . }}-server {{ include "substra.selectorLabels" . | nindent 8}} - strategy: {{ .Values.server.updateStrategy }} + strategy: + type: {{ .Values.server.updateStrategy.type }} template: metadata: labels: