Skip to content

Commit 95523a1

Browse files
authored
Fix istio lds cache (#1679)
1 parent dcd8466 commit 95523a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.core.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ install: pre-install
188188
helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true'
189189

190190
ENVOY_LATEST_IMAGE_TAG ?= 958467a353d411ae3f06e03b096bfd342cddb2c6
191-
ISTIO_LATEST_IMAGE_TAG ?= 01ad224eff2bb7eb200869fc64221f739a48e07e
191+
ISTIO_LATEST_IMAGE_TAG ?= f5cd4d940185204f375a0dd863246037c183cb76
192192

193193
install-dev: pre-install
194194
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'

0 commit comments

Comments
 (0)