chore: update ISTIO_LATEST_IMAGE_TAG for integration testing

Change-Id: Ifed39500886e9c8fe474720d38aed69d45350c9d
Signed-off-by: EndlessSeeker <1766508902@qq.com>
This commit is contained in:
EndlessSeeker
2026-06-24 19:50:50 +08:00
parent fb7d4bc37d
commit 5d0c355f21

View File

@@ -206,7 +206,7 @@ install: pre-install
HIGRESS_LATEST_IMAGE_TAG ?= latest
ENVOY_LATEST_IMAGE_TAG ?= 0ecaeca2a5905def50e1d36cc327135f1b9668c3
ISTIO_LATEST_IMAGE_TAG ?= ce494feddfa817346404090dfc598badb02efa83
ISTIO_LATEST_IMAGE_TAG ?= fb7d4bc37dc9b33998e1513f5c4cf1ba005f3e11
install-dev: pre-install
helm install higress helm/core -n higress-system --create-namespace --set 'controller.tag=$(TAG)' --set 'gateway.replicas=1' --set 'pilot.tag=$(ISTIO_LATEST_IMAGE_TAG)' --set 'gateway.tag=$(ENVOY_LATEST_IMAGE_TAG)' --set 'global.local=true'