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