Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
fix issue helm#15083 (helm#15109)
Browse files Browse the repository at this point in the history
Signed-off-by: olivier beyler <[email protected]>
Signed-off-by: Andrii Nasinnyk <[email protected]>
  • Loading branch information
obeyler authored and anasinnyk committed Jun 29, 2019
1 parent 3461b62 commit 538870a
Show file tree
Hide file tree
Showing 2 changed files with 3 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,6 +1,6 @@
apiVersion: v1
name: grafana
version: 3.5.5
version: 3.5.6
appVersion: 6.2.4
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
3 changes: 2 additions & 1 deletion stable/grafana/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ spec:
- name: download-dashboards
image: "{{ .Values.downloadDashboardsImage.repository }}:{{ .Values.downloadDashboardsImage.tag }}"
imagePullPolicy: {{ .Values.downloadDashboardsImage.pullPolicy }}
command: ["sh", "/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 538870a

Please sign in to comment.