From 2cc1041ec08a7ba40acc5b6733057286e7490028 Mon Sep 17 00:00:00 2001 From: Joan Miquel Luque Date: Thu, 21 Mar 2024 17:05:07 +0100 Subject: [PATCH 1/2] Add patch permissions on secrets Signed-off-by: Joan Miquel Luque --- charts/scaffold/templates/clusterrole.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/scaffold/templates/clusterrole.yaml b/charts/scaffold/templates/clusterrole.yaml index fffd1115..746d2deb 100644 --- a/charts/scaffold/templates/clusterrole.yaml +++ b/charts/scaffold/templates/clusterrole.yaml @@ -6,8 +6,8 @@ metadata: rules: - apiGroups: [""] resources: ["secrets"] - verbs: ["get", "create"] + verbs: ["get", "create", "patch"] - apiGroups: ["apps"] resources: ["deployments"] verbs: ["get", "list"] -{{- end }} \ No newline at end of file +{{- end }} From 96e824b43ff484fa4e2e11d75ecae9f377e3616e Mon Sep 17 00:00:00 2001 From: Joan Miquel Luque Date: Thu, 21 Mar 2024 17:14:18 +0100 Subject: [PATCH 2/2] Bump version Signed-off-by: Joan Miquel Luque --- charts/scaffold/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/scaffold/Chart.yaml b/charts/scaffold/Chart.yaml index b518b7b4..c3ce285a 100644 --- a/charts/scaffold/Chart.yaml +++ b/charts/scaffold/Chart.yaml @@ -4,7 +4,7 @@ description: Scaffolding the components of the sigstore architecture type: application -version: 0.6.46 +version: 0.6.47 keywords: - security - pki