Skip to content

Commit 53af0e0

Browse files
authored
Fix HA replicas count (#152)
Signed-off-by: v.oleynikov <[email protected]>
1 parent 3966dc0 commit 53af0e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/helm_lib/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
type: library
33
name: deckhouse_lib_helm
4-
version: 1.64.1
4+
version: 1.64.2
55
description: "Helm utils template definitions for Deckhouse modules."

charts/helm_lib/templates/_csi_controller.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ metadata:
187187

188188
spec:
189189
{{- if $csiControllerHaMode }}
190-
{{- include "helm_lib_deployment_strategy_and_replicas_for_ha" $context | nindent 2 }}
190+
{{- include "helm_lib_deployment_on_master_strategy_and_replicas_for_ha" $context | nindent 2 }}
191191
{{- else }}
192192
replicas: 1
193193
strategy:

0 commit comments

Comments
 (0)