diff --git a/Makefile.core.mk b/Makefile.core.mk index d795332bf..825adb6c0 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -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 diff --git a/helm/core/values.yaml b/helm/core/values.yaml index 7505df3a0..608e8a24a 100644 --- a/helm/core/values.yaml +++ b/helm/core/values.yaml @@ -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