[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:
Matthieu Paret
2018-09-05 06:09:43 -07:00
committed by k8s-ci-robot
parent df41ecf740
commit 868b2ea6e6
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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.
+3
View File
@@ -19,6 +19,9 @@ spec:
release: {{ .Release.Name }}
strategy:
type: {{ .Values.deploymentStrategy }}
{{- if ne .Values.deploymentStrategy "RollingUpdate" }}
rollingUpdate: null
{{- end }}
template:
metadata:
labels: