[stable/grafana] Fixed a typo in clusterrolebinding.yaml. (#6158)

* Fixed a typo in clusterrolebinding.yaml

* Version bump
This commit is contained in:
b13n1u
2018-06-18 11:21:31 -07:00
committed by k8s-ci-robot
parent 2ce12e2ba0
commit 4d795c9d7d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: grafana
version: 1.11.3
version: 1.11.4
appVersion: 5.1.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
@@ -15,7 +15,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: {{ template "grafana.serviceAccountName" . }}
namespace: {{ .Release.namespace }}
namespace: {{ .Release.Namespace }}
roleRef:
kind: ClusterRole
name: {{ template "grafana.fullname" . }}-clusterrole