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

View File

@@ -369,7 +369,7 @@ gateway:
name: "higress-gateway"
replicas: 2
image: gateway
tag: "1.1.0"
tag: "1.1.1"
# revision declares which revision this gateway is a part of
revision: ""
@@ -547,7 +547,7 @@ pilot:
rollingMaxUnavailable: 25%
hub: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
tag: 1.1.0
tag: 1.1.1
# Can be a full hub/image:tag
image: pilot