feat: Update tags of gateway and pilot images to 1.1.1 (#493)

This commit is contained in:
Kent Dong
2023-08-18 11:58:15 +08:00
committed by GitHub
parent 8e7793c470
commit e96f9a078c
2 changed files with 3 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ 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.1.0
ENVOY_LATEST_IMAGE_TAG ?= 1.1.1
ISTIO_LATEST_IMAGE_TAG ?= 1.1.1
install-dev: pre-install