[stable/grafana] Default to empty clusterrole rules (#6196)

* Ensure grafana clusterrole rules always defined

* Bump stable/grafana chart version

* Update Chart.yaml
This commit is contained in:
Simon Li
2018-06-24 07:30:12 -07:00
committed by k8s-ci-robot
parent 6ae91944d5
commit 6162b48095
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: grafana
version: 1.11.5
version: 1.11.6
appVersion: 5.1.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
@@ -17,5 +17,7 @@ rules:
- apiGroups: [""] # "" indicates the core API group
resources: ["configmaps"]
verbs: ["get", "watch", "list"]
{{- else }}
rules: []
{{- end}}
{{- end}}