From 2f9e53a97e440e9dc85fe00b307ebe45e87203cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Wed, 16 Feb 2022 17:12:48 +0100 Subject: [PATCH] [bitnami/contour] Support Gateway API v1alpha2 resources and API groups (#9029) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds support for the resource `ReferencePolicies` and API group `gateway.networking.k8s.io`. Signed-off-by: Maciej MaƂecki --- bitnami/contour/Chart.yaml | 2 +- bitnami/contour/templates/contour/rbac.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bitnami/contour/Chart.yaml b/bitnami/contour/Chart.yaml index 36559af8a..901e4da56 100644 --- a/bitnami/contour/Chart.yaml +++ b/bitnami/contour/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://github.com/envoyproxy/envoy - https://github.com/bitnami/bitnami-docker-contour - https://projectcontour.io -version: 7.3.5 +version: 7.3.6 diff --git a/bitnami/contour/templates/contour/rbac.yaml b/bitnami/contour/templates/contour/rbac.yaml index 0df848fed..dc97855aa 100644 --- a/bitnami/contour/templates/contour/rbac.yaml +++ b/bitnami/contour/templates/contour/rbac.yaml @@ -78,6 +78,7 @@ rules: - update - apiGroups: - networking.x-k8s.io + - gateway.networking.k8s.io resources: - gatewayclasses - gateways @@ -85,12 +86,14 @@ rules: - tcproutes - tlsroutes - udproutes + - referencepolicies verbs: - get - list - watch - apiGroups: - networking.x-k8s.io + - gateway.networking.k8s.io resources: - gatewayclasses/status - gateways/status