Skip to content

Commit

Permalink
[bitnami/cert-manager] Update rules for controller-certificates Clust…
Browse files Browse the repository at this point in the history
…erRole (#31794)
  • Loading branch information
juan131 authored Feb 5, 2025
1 parent 1aa9efc commit 2a023c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions bitnami/cert-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 1.4.7 (2025-02-04)
## 1.4.8 (2025-02-05)

* [bitnami/cert-manager] Release 1.4.7 ([#31744](https://github.com/bitnami/charts/pull/31744))
* [bitnami/cert-manager] Update rules for controller-certificates ClusterRole ([#31794](https://github.com/bitnami/charts/pull/31794))

## <small>1.4.7 (2025-02-04)</small>

* [bitnami/cert-manager] Release 1.4.7 (#31744) ([cb8d670](https://github.com/bitnami/charts/commit/cb8d670d78acdaa9dfbc271b9b0ffe7160c838e3)), closes [#31744](https://github.com/bitnami/charts/issues/31744)

## <small>1.4.6 (2025-02-04)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ maintainers:
name: cert-manager
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/cert-manager
version: 1.4.7
version: 1.4.8
2 changes: 1 addition & 1 deletion bitnami/cert-manager/templates/controller/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ metadata:
rules:
- apiGroups: ["cert-manager.io"]
resources: ["certificates", "certificates/status", "certificaterequests", "certificaterequests/status"]
verbs: ["update"]
verbs: ["update", "patch"]
- apiGroups: ["cert-manager.io"]
resources: ["certificates", "certificaterequests", "clusterissuers", "issuers"]
verbs: ["get", "list", "watch"]
Expand Down

0 comments on commit 2a023c1

Please sign in to comment.