diff --git a/charts/gateway-operator/Chart.yaml b/charts/gateway-operator/Chart.yaml index a92d6906f..9b8041c93 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.0.1-alpha.1 +version: 0.0.1-alpha.2 appVersion: "1.2.0" annotations: artifacthub.io/prerelease: "true" diff --git a/charts/gateway-operator/templates/rbac-resources.yaml b/charts/gateway-operator/templates/rbac-resources.yaml index 9f083510d..2ca2b391f 100644 --- a/charts/gateway-operator/templates/rbac-resources.yaml +++ b/charts/gateway-operator/templates/rbac-resources.yaml @@ -506,6 +506,8 @@ rules: resources: - gateways verbs: + - create + - delete - get - list - patch @@ -546,8 +548,12 @@ rules: resources: - httproutes verbs: + - create + - delete - get - list + - patch + - update - watch - apiGroups: - gateway.networking.k8s.io