Skip to content

Commit

Permalink
Update Makefile.core.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Jan 11, 2024
1 parent 87c39d3 commit 6d1e09c
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-53ff28c
ISTIO_LATEST_IMAGE_TAG ?= sha-53ff28c
ENVOY_LATEST_IMAGE_TAG ?= sha-87c39d3
ISTIO_LATEST_IMAGE_TAG ?= sha-87c39d3

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 6d1e09c

Please sign in to comment.