Skip to content

Commit

Permalink
fix(charts): update path for server.spec.strategy.type (#1001)
Browse files Browse the repository at this point in the history
* fix(charts): update path for `server.spec.strategy.type`

Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>

* chore: bump chart version

Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>

---------

Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
  • Loading branch information
guilhem-barthes committed Sep 17, 2024
1 parent 9e03a1c commit 288005b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

<!-- towncrier release notes start -->
## [26.10.2] - 2024-09-17

# Fixed

update path for `server.spec.strategy.type`

## [26.10.1] - 2024-09-13

Expand Down
2 changes: 1 addition & 1 deletion charts/substra-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion charts/substra-backend/templates/deployment-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 288005b

Please sign in to comment.