File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.4.0
18+ version : 1.4.1
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apiVersion: rbac.authorization.k8s.io/v1
22kind : ClusterRole
33metadata :
44 name : {{ include "cole.fullname" . }}
5- namespace : {{ .Values.flags.grafana.namespace }}
65rules :
76 - apiGroups : [""]
87 resources :
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ apiVersion: v1
33kind : ServiceAccount
44metadata :
55 name : {{ include "cole.serviceAccountName" . }}
6- namespace : {{ .Values.flags.grafana.namespace }}
76 labels :
87 {{- include "cole.labels" . | nindent 4 }}
98 {{- with .Values.serviceAccount.annotations }}
You can’t perform that action at this time.
0 commit comments