Skip to content

Commit

Permalink
add istio&envoy image tag (alibaba#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Oct 10, 2023
1 parent e135789 commit f685b03
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 @@ -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 ?= 1.2.0
ISTIO_LATEST_IMAGE_TAG ?= 1.2.0
ENVOY_LATEST_IMAGE_TAG ?= sha-e135789
ISTIO_LATEST_IMAGE_TAG ?= sha-e135789

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 f685b03

Please sign in to comment.