From 6ea1458119ecc56c994c5ebb465e975eef52060c Mon Sep 17 00:00:00 2001 From: Abdullah Alaqeel Date: Wed, 27 Mar 2024 21:35:27 +0300 Subject: [PATCH] feat: upgrade k8s gateway version from v1alpha2 to v1beta1 Signed-off-by: Abdullah Alaqeel --- openfunction/templates/gateway/gateway-class.yaml | 2 +- openfunction/templates/gateway/gateway.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openfunction/templates/gateway/gateway-class.yaml b/openfunction/templates/gateway/gateway-class.yaml index 7fd3ade..9b56346 100644 --- a/openfunction/templates/gateway/gateway-class.yaml +++ b/openfunction/templates/gateway/gateway-class.yaml @@ -1,5 +1,5 @@ {{- if .Values.global.Contour.enabled }} -apiVersion: gateway.networking.k8s.io/v1alpha2 +apiVersion: gateway.networking.k8s.io/v1beta1 kind: GatewayClass metadata: name: contour diff --git a/openfunction/templates/gateway/gateway.yaml b/openfunction/templates/gateway/gateway.yaml index 24fb315..ed67673 100644 --- a/openfunction/templates/gateway/gateway.yaml +++ b/openfunction/templates/gateway/gateway.yaml @@ -1,5 +1,5 @@ {{- if .Values.global.Contour.enabled }} -apiVersion: gateway.networking.k8s.io/v1alpha2 +apiVersion: gateway.networking.k8s.io/v1beta1 kind: Gateway metadata: name: contour