Skip to content

Commit

Permalink
Update Makefile.core.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni committed May 19, 2024
1 parent ae54318 commit f999423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.core.mk
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,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-29baf85
ISTIO_LATEST_IMAGE_TAG ?= sha-29baf85
ENVOY_LATEST_IMAGE_TAG ?= sha-ae54318
ISTIO_LATEST_IMAGE_TAG ?= sha-ae54318

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'
Expand Down

0 comments on commit f999423

Please sign in to comment.