mirror of
https://github.com/alibaba/higress.git
synced 2026-06-26 10:45:25 +08:00
feat: Update tags of gateway and pilot images to 1.1.1 (#493)
This commit is contained in:
@@ -168,7 +168,7 @@ install: pre-install
|
|||||||
cd helm/higress; helm dependency build
|
cd helm/higress; helm dependency build
|
||||||
helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true'
|
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
|
ISTIO_LATEST_IMAGE_TAG ?= 1.1.1
|
||||||
|
|
||||||
install-dev: pre-install
|
install-dev: pre-install
|
||||||
|
|||||||
@@ -369,7 +369,7 @@ gateway:
|
|||||||
name: "higress-gateway"
|
name: "higress-gateway"
|
||||||
replicas: 2
|
replicas: 2
|
||||||
image: gateway
|
image: gateway
|
||||||
tag: "1.1.0"
|
tag: "1.1.1"
|
||||||
# revision declares which revision this gateway is a part of
|
# revision declares which revision this gateway is a part of
|
||||||
revision: ""
|
revision: ""
|
||||||
|
|
||||||
@@ -547,7 +547,7 @@ pilot:
|
|||||||
rollingMaxUnavailable: 25%
|
rollingMaxUnavailable: 25%
|
||||||
|
|
||||||
hub: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
|
hub: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
|
||||||
tag: 1.1.0
|
tag: 1.1.1
|
||||||
|
|
||||||
# Can be a full hub/image:tag
|
# Can be a full hub/image:tag
|
||||||
image: pilot
|
image: pilot
|
||||||
|
|||||||
Reference in New Issue
Block a user