Skip to content

Commit 0b8a5e2

Browse files
committed
feat: upgrade k8s gateway version from v1alpha2 to v1beta1
1 parent f2cc146 commit 0b8a5e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: openfunction/templates/gateway/gateway-class.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.global.Contour.enabled }}
2-
apiVersion: gateway.networking.k8s.io/v1alpha2
2+
apiVersion: gateway.networking.k8s.io/v1beta1
33
kind: GatewayClass
44
metadata:
55
name: contour

Diff for: openfunction/templates/gateway/gateway.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.global.Contour.enabled }}
2-
apiVersion: gateway.networking.k8s.io/v1alpha2
2+
apiVersion: gateway.networking.k8s.io/v1beta1
33
kind: Gateway
44
metadata:
55
name: contour

0 commit comments

Comments
 (0)