Skip to content

Commit

Permalink
fix: add patch verb to the PDB resource. (#477)
Browse files Browse the repository at this point in the history
Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz authored Jul 4, 2024
1 parent 76dd5cc commit 69ad86a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kubewarden-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ maintainers:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.2.0
version: 2.2.1
# This is the version of Kubewarden stack
appVersion: v1.14.0
annotations:
Expand All @@ -42,7 +42,7 @@ annotations:
catalog.cattle.io/requests-cpu: "250m"
catalog.cattle.io/requests-memory: "50Mi"
catalog.cattle.io/rancher-version: ">= 2.6.0-0 <= 2.9.100-0" # Chart will only be available for users in the specified Rancher version(s), here its 2.5.0-2.5.99. This _must_ use build metadata or it won't work correctly for future RC's.
catalog.cattle.io/upstream-version: 2.2.0
catalog.cattle.io/upstream-version: 2.2.1
# Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template`
# See the Cluster Tools section to learn more about when to set this value to `cluster-tool`.
catalog.cattle.io/type: cluster-tool
Expand Down
1 change: 1 addition & 0 deletions charts/kubewarden-controller/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ rules:
- delete
- get
- list
- patch
- update
- watch
---
Expand Down

0 comments on commit 69ad86a

Please sign in to comment.