rel: Prepare for release v1.1.1 (#477)

This commit is contained in:
Kent Dong
2023-08-11 15:16:19 +08:00
committed by GitHub
parent 49269b4303
commit c49c8f1ec2
6 changed files with 14 additions and 14 deletions

View File

@@ -154,7 +154,7 @@ install: pre-install
helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true'
ENVOY_LATEST_IMAGE_TAG ?= 1.1.0
ISTIO_LATEST_IMAGE_TAG ?= 1.1.0
ISTIO_LATEST_IMAGE_TAG ?= 1.1.1
install-dev: pre-install
helm install higress helm/core -n higress-system --create-namespace --set 'controller.tag=$(TAG)' --set 'gateway.replicas=1' --set 'gateway.tag=$(ENVOY_LATEST_IMAGE_TAG)' --set 'global.local=true'