diff --git a/stable/grafana/Chart.yaml b/stable/grafana/Chart.yaml index 3fa337f3a273..7c3924db7794 100755 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -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. diff --git a/stable/grafana/templates/clusterrolebinding.yaml b/stable/grafana/templates/clusterrolebinding.yaml index e2e20211543c..093e5518e789 100644 --- a/stable/grafana/templates/clusterrolebinding.yaml +++ b/stable/grafana/templates/clusterrolebinding.yaml @@ -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