From 124caf87859f8bd352a0b16bf12faa687ab4a51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Tue, 24 Oct 2023 13:42:48 +0800 Subject: [PATCH] Update Makefile.core.mk --- Makefile.core.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.core.mk b/Makefile.core.mk index a19466413..f7eef5270 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -174,8 +174,8 @@ install: pre-install cd helm/higress; helm dependency build helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true' -ENVOY_LATEST_IMAGE_TAG ?= sha-e135789 -ISTIO_LATEST_IMAGE_TAG ?= sha-e135789 +ENVOY_LATEST_IMAGE_TAG ?= sha-754ec71 +ISTIO_LATEST_IMAGE_TAG ?= sha-754ec71 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'