diff --git a/charts/k8sgpt/Chart.yaml b/charts/k8sgpt/Chart.yaml index 04a8cf55d7..a6f56e0b32 100644 --- a/charts/k8sgpt/Chart.yaml +++ b/charts/k8sgpt/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v0.2.4 #x-release-please-version +appVersion: v0.3.0 #x-release-please-version description: A Helm chart for K8SGPT name: k8sgpt type: application diff --git a/charts/k8sgpt/templates/rolebinding.yaml b/charts/k8sgpt/templates/rolebinding.yaml index ae397e4299..3831d14c9f 100644 --- a/charts/k8sgpt/templates/rolebinding.yaml +++ b/charts/k8sgpt/templates/rolebinding.yaml @@ -11,5 +11,5 @@ subjects: namespace: {{ .Release.Namespace | quote }} roleRef: kind: ClusterRole - name: k8sgpt-cluster-role-all + name: {{ template "k8sgpt.fullname" . }} apiGroup: rbac.authorization.k8s.io \ No newline at end of file