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 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 }}