From 12cdb560a6584cecda365d34df129cb14ee3068a Mon Sep 17 00:00:00 2001 From: yellowhat Date: Mon, 5 Aug 2024 09:14:00 +0000 Subject: [PATCH 1/2] kepler(0.5.9): fix different name between ClusterRole refs Signed-off-by: Yellowhat --- chart/kepler/templates/rolebinding.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/kepler/templates/rolebinding.yaml b/chart/kepler/templates/rolebinding.yaml index 69bcebb..d786eb2 100644 --- a/chart/kepler/templates/rolebinding.yaml +++ b/chart/kepler/templates/rolebinding.yaml @@ -22,9 +22,9 @@ metadata: name: {{ include "kepler.name" . }}-clusterrole-binding roleRef: kind: ClusterRole - name: {{ .Chart.Name }}-clusterrole + name: {{ include "kepler.name" . }}-clusterrole apiGroup: "rbac.authorization.k8s.io" subjects: - kind: ServiceAccount name: {{ include "kepler.serviceAccountName" . }} - namespace: {{ .Release.Namespace }} \ No newline at end of file + namespace: {{ .Release.Namespace }} From 1b6bc927223ea6e7bfdf434a74728745ea679586 Mon Sep 17 00:00:00 2001 From: yellowhat Date: Mon, 5 Aug 2024 09:14:15 +0000 Subject: [PATCH 2/2] kepler(0.5.9): fix different name between ClusterRole refs Signed-off-by: Yellowhat --- chart/kepler/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/kepler/Chart.yaml b/chart/kepler/Chart.yaml index c47e715..934ce6e 100644 --- a/chart/kepler/Chart.yaml +++ b/chart/kepler/Chart.yaml @@ -22,5 +22,5 @@ annotations: url: https://keybase.io/bradmccoydev/pgp_keys.asc type: application -version: 0.5.8 +version: 0.5.9 appVersion: release-0.7.11