mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/grafana] fix deployment strategy (#7437)
If deployment strategy is not RollingUpdate, rollingUpdate has to be specified to null explicitly. Signed-off-by: --replace-all <matthieu.paret@lifen.fr>
This commit is contained in:
committed by
k8s-ci-robot
parent
df41ecf740
commit
868b2ea6e6
@@ -1,5 +1,5 @@
|
||||
name: grafana
|
||||
version: 1.14.3
|
||||
version: 1.14.4
|
||||
appVersion: 5.2.3
|
||||
kubeVersion: "^1.8.0-0"
|
||||
description: The leading tool for querying and visualizing time series and metrics.
|
||||
|
||||
@@ -19,6 +19,9 @@ spec:
|
||||
release: {{ .Release.Name }}
|
||||
strategy:
|
||||
type: {{ .Values.deploymentStrategy }}
|
||||
{{- if ne .Values.deploymentStrategy "RollingUpdate" }}
|
||||
rollingUpdate: null
|
||||
{{- end }}
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user