Skip to content

Commit

Permalink
[stable/grafana] Fixed a typo in clusterrolebinding.yaml. (helm#6158)
Browse files Browse the repository at this point in the history
* Fixed a typo in clusterrolebinding.yaml

* Version bump
  • Loading branch information
b13n1u authored and or1can committed Jul 10, 2018
1 parent 09a31cd commit 4189aca
Show file tree
Hide file tree
Showing 2 changed files with 2 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,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.
Expand Down
2 changes: 1 addition & 1 deletion stable/grafana/templates/clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4189aca

Please sign in to comment.