From 9c52547669eb9e4609b94ff3456e538bfa29d357 Mon Sep 17 00:00:00 2001 From: Scot Wells Date: Mon, 15 Jun 2026 15:18:39 -0500 Subject: [PATCH] chore: bump Envoy Gateway v1.4.3 -> v1.7.3 Bump the Envoy Gateway control plane OCIRepository tag from v1.4.3 to v1.7.3 (chart and appVersion track the OCI tag via chartRef, so no other pin needs changing). Validated locally: kustomize build components/envoy-gateway-operator kustomize build components/envoy-gateway-operator/gateway-resources Both render cleanly; the gateway-resources EnvoyProxy/GatewayClass use only fields stable across 1.4 -> 1.7 (mergeGateways, provider.kubernetes, telemetry.metrics.prometheus). No CRD field removals affect these manifests. Motivation: align the test-infra control plane with the Envoy Gateway version targeted by network-services-operator so downstream Gateway/EPP fidelity experiments run against the production version. Co-Authored-By: Claude Opus 4.8 --- components/envoy-gateway-operator/oci-repository.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/envoy-gateway-operator/oci-repository.yaml b/components/envoy-gateway-operator/oci-repository.yaml index 348f897..88e0398 100644 --- a/components/envoy-gateway-operator/oci-repository.yaml +++ b/components/envoy-gateway-operator/oci-repository.yaml @@ -7,4 +7,4 @@ spec: interval: 12h url: oci://docker.io/envoyproxy/gateway-helm ref: - tag: v1.4.3 + tag: v1.7.3