Skip to content

Commit

Permalink
Fixed condition. (helm#10439)
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Boulas <dene14@gmail.com>
  • Loading branch information
dene14 authored and wgiddens committed Jan 18, 2019
1 parent 48b9a43 commit 34d562c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: grafana
version: 1.22.1
version: 1.22.2
appVersion: 5.4.2
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
2 changes: 1 addition & 1 deletion stable/grafana/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
{{- if (.Values.persistence.enabled) or (.Values.dashboards) }}
{{- if ( or .Values.persistence.enabled .Values.dashboards ) }}
initContainers:
{{- end }}
{{- if .Values.persistence.enabled }}
Expand Down

0 comments on commit 34d562c

Please sign in to comment.