From 55575c68c5b09585015fee8bdce3a8806c73cf39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Burzy=C5=84ski?= Date: Fri, 9 Aug 2024 09:06:33 +0200 Subject: [PATCH] chore(kgo): update rbac --- charts/gateway-operator/CHANGELOG.md | 7 +++++++ charts/gateway-operator/Chart.yaml | 2 +- .../gateway-operator/templates/rbac-resources.yaml | 12 ++++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/charts/gateway-operator/CHANGELOG.md b/charts/gateway-operator/CHANGELOG.md index d592ded21..e3394dd9c 100644 --- a/charts/gateway-operator/CHANGELOG.md +++ b/charts/gateway-operator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.1.11 + +### Changes + +- Added `poddisruptionbudgets` to RBAC policy rules in operator's manager-role. + [#1114](https://github.com/Kong/charts/pull/1114) + ## 0.1.10 ### Changes diff --git a/charts/gateway-operator/Chart.yaml b/charts/gateway-operator/Chart.yaml index 93c7ebff3..094d27ce2 100644 --- a/charts/gateway-operator/Chart.yaml +++ b/charts/gateway-operator/Chart.yaml @@ -8,7 +8,7 @@ maintainers: name: gateway-operator sources: - https://github.com/Kong/charts/tree/main/charts/gateway-operator -version: 0.1.10 +version: 0.1.11 appVersion: "1.2" annotations: artifacthub.io/prerelease: "false" diff --git a/charts/gateway-operator/templates/rbac-resources.yaml b/charts/gateway-operator/templates/rbac-resources.yaml index 0f4af6bd0..c6bdcc3a4 100644 --- a/charts/gateway-operator/templates/rbac-resources.yaml +++ b/charts/gateway-operator/templates/rbac-resources.yaml @@ -718,6 +718,18 @@ rules: - patch - update - watch +- apiGroups: + - policy + resources: + - poddisruptionbudgets + verbs: + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - rbac.authorization.k8s.io resources: