From 1ac3c9950d1e503c959d0dc05eec1148460fd9c6 Mon Sep 17 00:00:00 2001 From: "jdwlabs-agent-bot[bot]" <316811914+jdwlabs-agent-bot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 06:16:58 +0000 Subject: [PATCH] chore(nginx-gateway-fabric): take the chart to 2.7.0 The Gateway API CRD bundle here is older than either release recommends, so the GatewayClass already reports SupportedVersion=False; 2.7.0 only changes which version that message names. TCPRoute and UDPRoute move to a v1 CRD check that this cluster does not satisfy, which drops controllers that were never watched here anyway. Merging rolls all five data-plane pods one node at a time behind a NodePort service with externalTrafficPolicy Local, so each node refuses connections while its pod restarts. Co-Authored-By: Claude Opus 5 (1M context) --- tenants/platform/tenant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tenants/platform/tenant.yaml b/tenants/platform/tenant.yaml index 65406c5c..943e5970 100644 --- a/tenants/platform/tenant.yaml +++ b/tenants/platform/tenant.yaml @@ -163,7 +163,7 @@ services: - name: nginx-gateway-fabric chart: nginx-gateway-fabric repo: ghcr.io/nginx/charts - revision: 2.6.7 + revision: 2.7.0 namespace: nginx-gateway postInstall: true syncWave: 1