mirror of
https://github.com/helm/charts.git
synced 2026-08-22 22:07:36 +00:00
[stable/grafana] fix issue 15134 (#15149)
* remove bad "" Signed-off-by: olivier beyler <olivier.beyler@orange.com> * fix chart version Signed-off-by: olivier beyler <olivier.beyler@orange.com> * remove comma Signed-off-by: olivier beyler <olivier.beyler@orange.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d8caed48bf
commit
b1bd8ac7aa
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user