Skip to content

Commit

Permalink
Merge pull request #171 from vpnachev/fix/cosigned/remove-undefined-a…
Browse files Browse the repository at this point in the history
…pigroups-from-policy-clusterrole

[cosigned] Remove undefined apiGroups from policy clusterrole
  • Loading branch information
Hector Fernandez committed May 19, 2022
2 parents d8de7ac + bcb1225 commit 5ea20e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cosigned/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sources:
type: application

name: cosigned
version: 0.1.20
version: 0.1.21
appVersion: 1.8.0

maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ rules:
verbs: ["get"]

# Allow reconciliation of the ClusterImagePolic CRDs.
- apiGroups: ["cosigned.sigstore.dev", "validating.clusterimagepolicy.sigstore.dev", "defaulting.clusterimagepolicy.sigstore.dev"]
- apiGroups: ["cosigned.sigstore.dev"]
resources: ["clusterimagepolicies"]
verbs: ["get", "list", "update", "watch", "patch"]

0 comments on commit 5ea20e8

Please sign in to comment.