Skip to content

Commit

Permalink
[stable/grafana] fix issue 15134 (helm#15149)
Browse files Browse the repository at this point in the history
* remove bad ""

Signed-off-by: olivier beyler <[email protected]>

* fix chart version

Signed-off-by: olivier beyler <[email protected]>

* remove comma

Signed-off-by: olivier beyler <[email protected]>
  • Loading branch information
obeyler authored and davidkarlsen committed Jul 3, 2019
1 parent 3c9b45f commit 608e500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 3.5.6
version: 3.5.7
appVersion: 6.2.4
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
4 changes: 2 additions & 2 deletions stable/grafana/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ spec:
- name: download-dashboards
image: "{{ .Values.downloadDashboardsImage.repository }}:{{ .Values.downloadDashboardsImage.tag }}"
imagePullPolicy: {{ .Values.downloadDashboardsImage.pullPolicy }}
"command": ["/bin/sh"],
"args": [ "-c", "mkdir -p /var/lib/grafana/dashboards/default", "/etc/grafana/download_dashboards.sh" ],
command: ["/bin/sh"]
args: [ "-c", "mkdir -p /var/lib/grafana/dashboards/default", "/etc/grafana/download_dashboards.sh" ]
volumeMounts:
- name: config
mountPath: "/etc/grafana/download_dashboards.sh"
Expand Down

0 comments on commit 608e500

Please sign in to comment.