From 0a8aea12d6cd6695d755c0e7660a8a0b01497d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Mon, 6 Jul 2026 21:36:14 +0800 Subject: [PATCH] fix: point ENVOY_LATEST_IMAGE_TAG at rebuilt gateway for #4034 drain-to-local MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the gateway image built from the envoy submodule that carries the proxy-wasm-cpp-host doAfterVmCallActions drain-to-local fix, so e2e and dev installs exercise the #4034 CPU-spin fix. Signed-off-by: 澄潭 --- Makefile.core.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.core.mk b/Makefile.core.mk index ada9ae560..4620d8424 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -205,7 +205,7 @@ install: pre-install helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true' HIGRESS_LATEST_IMAGE_TAG ?= latest -ENVOY_LATEST_IMAGE_TAG ?= fcc50202f47e27f6b8391a4bd9bbc0a9127d89d7 +ENVOY_LATEST_IMAGE_TAG ?= 91244c578aef498af93cacb2cf353f3878b92fc4 ISTIO_LATEST_IMAGE_TAG ?= de2c9628294f51b13c4a70b3a862b4372890797a install-dev: pre-install