chore: update Gateway API to v1.5.0 and kgateway-crds to v2.3.0-main

This commit is contained in:
2026-05-05 08:57:33 +02:00
parent dd25519d37
commit 1274044d29
2 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
resources: resources:
- 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
+1 -8
View File
@@ -13,17 +13,10 @@ defaultNamespace: kgateway-system
helm: helm:
# OCI Unterstützung in Fleet # OCI Unterstützung in Fleet
chart: oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds chart: oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds
version: "v2.2.1" version: "v2.3.0-main"
# Da es CRDs sind, ist es oft sicher, den Namespace automatisch zu erstellen # Da es CRDs sind, ist es oft sicher, den Namespace automatisch zu erstellen
createNamespace: true createNamespace: true
# Falls der Chart spezielle Release-Namen erwartet # Falls der Chart spezielle Release-Namen erwartet
releaseName: kgateway-crds releaseName: kgateway-crds
targetCustomizations:
- name: all-clusters
clusterSelector:
matchExpressions:
- key: hnrx.net/bgp-cidr
operator: Exists