diff --git a/Makefile.core.mk b/Makefile.core.mk index 1e6433c5c..a44fa522a 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -174,8 +174,8 @@ 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.1 -ISTIO_LATEST_IMAGE_TAG ?= 1.1.1 +ENVOY_LATEST_IMAGE_TAG ?= 1.2.0 +ISTIO_LATEST_IMAGE_TAG ?= 1.2.0 install-dev: pre-install helm install higress helm/core -n higress-system --create-namespace --set 'controller.tag=$(TAG)' --set 'gateway.replicas=1' --set 'pilot.tag=$(ISTIO_LATEST_IMAGE_TAG)' --set 'gateway.tag=$(ENVOY_LATEST_IMAGE_TAG)' --set 'global.local=true' diff --git a/helm/core/Chart.yaml b/helm/core/Chart.yaml index 51560c442..9a4c1f366 100644 --- a/helm/core/Chart.yaml +++ b/helm/core/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.1.2 +appVersion: 1.2.0 description: Helm chart for deploying higress gateways icon: https://higress.io/img/higress_logo_small.png home: http://higress.io/ @@ -10,4 +10,4 @@ name: higress-core sources: - http://github.com/alibaba/higress type: application -version: 1.1.2 +version: 1.2.0 diff --git a/helm/higress/Chart.lock b/helm/higress/Chart.lock index 591c248eb..42aa85014 100644 --- a/helm/higress/Chart.lock +++ b/helm/higress/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: higress-core repository: file://../core - version: 1.1.2 + version: 1.2.0 - name: higress-console repository: https://higress.io/helm-charts/ - version: 1.1.2 -digest: sha256:8fc099c4ad77bcdc4b9dde2ef14f89b2159b6fdcc49a3dc7e1cccb01a7ed99b9 -generated: "2023-09-19T21:46:20.2567789+08:00" + version: 1.2.0 +digest: sha256:d53c2da70cb3bcace50bce756acb50750a84c0888ec0d4c112939bf3c6e4daeb +generated: "2023-09-22T16:52:34.940675+08:00" diff --git a/helm/higress/Chart.yaml b/helm/higress/Chart.yaml index 16237a4e6..2a9125709 100644 --- a/helm/higress/Chart.yaml +++ b/helm/higress/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.1.2 +appVersion: 1.2.0 description: Helm chart for deploying Higress gateways icon: https://higress.io/img/higress_logo_small.png home: http://higress.io/ @@ -12,9 +12,9 @@ sources: dependencies: - name: higress-core repository: "file://../core" - version: 1.1.2 + version: 1.2.0 - name: higress-console repository: "https://higress.io/helm-charts/" - version: 1.1.2 + version: 1.2.0 type: application -version: 1.1.2 +version: 1.2.0