From 206152daa0affe11096f338856487d954692d3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Wed, 29 May 2024 21:16:09 +0800 Subject: [PATCH] Update Makefile.core.mk --- Makefile.core.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.core.mk b/Makefile.core.mk index 909637f61..dff2fdc88 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -178,7 +178,7 @@ install: pre-install helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true' ENVOY_LATEST_IMAGE_TAG ?= sha-93966bf -ISTIO_LATEST_IMAGE_TAG ?= sha-93966bf +ISTIO_LATEST_IMAGE_TAG ?= sha-b00f79f 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'