Skip to content

Commit

Permalink
fix rbac for 4.0.3 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 authored Jan 3, 2024
1 parent 535ea7a commit faf6d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cosignwebhook
description: A Helm chart for Cosign Webhook Admission Controller
type: application
version: 4.0.0
version: 4.0.1
appVersion: "4.0.3"
maintainers:
- name: eumel8
Expand Down
1 change: 1 addition & 0 deletions chart/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ rules:
- events
verbs:
- create
- patch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit faf6d23

Please sign in to comment.