From 5f171629d228cbc1c8f9f8c36f8dacc5f47094f9 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Mon, 4 May 2026 19:50:05 +0200 Subject: [PATCH] chore: downgrade gateway-api CRDs to v1.4.0 and add v1.5.0 manifest --- 01-gateway-api-crds/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/01-gateway-api-crds/kustomization.yaml b/01-gateway-api-crds/kustomization.yaml index 267ceca..7cf7c7e 100644 --- a/01-gateway-api-crds/kustomization.yaml +++ b/01-gateway-api-crds/kustomization.yaml @@ -1,2 +1,3 @@ resources: - - https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5.1/standard-install.yaml \ No newline at end of file + - https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.0/standard-install.yaml + - https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5.0/standard-install.yaml