Compare commits

...

1 Commits

Author SHA1 Message Date
EndlessSeeker
2c15f97246 Release 2.2.1 (#3692) 2026-04-09 20:11:46 +08:00
7 changed files with 11 additions and 11 deletions

View File

@@ -200,8 +200,8 @@ install: pre-install
helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true'
HIGRESS_LATEST_IMAGE_TAG ?= latest
ENVOY_LATEST_IMAGE_TAG ?= ca6ff3a92e3fa592bff706894b22e0509a69757b
ISTIO_LATEST_IMAGE_TAG ?= c482b42b9a14885bd6692c6abd01345d50a372f7
ENVOY_LATEST_IMAGE_TAG ?= 36c1d07376bf11295edc40357d74a5ecb50122b1
ISTIO_LATEST_IMAGE_TAG ?= 36c1d07376bf11295edc40357d74a5ecb50122b1
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'

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.2.0
appVersion: 2.2.1
description: Helm chart for deploying higress gateways
icon: https://higress.io/img/higress_logo_small.png
home: http://higress.io/
@@ -15,4 +15,4 @@ dependencies:
repository: "file://../redis"
version: 0.0.1
type: application
version: 2.2.0
version: 2.2.1

View File

@@ -1,9 +1,9 @@
dependencies:
- name: higress-core
repository: file://../core
version: 2.2.0
version: 2.2.1
- name: higress-console
repository: https://higress.io/helm-charts/
version: 2.2.1
digest: sha256:23fe7b0f84965c13ac7ceabe6334212fc3d323b7b781277a6d2b6fd38e935dda
generated: "2026-03-07T12:45:44.267732+08:00"
digest: sha256:b74e3b6f0b00364a155532fd825398e0ff856f13ec90a256e05bbd9c6bead653
generated: "2026-04-09T17:30:46.726657+08:00"

View File

@@ -12,7 +12,7 @@ sources:
dependencies:
- name: higress-core
repository: "file://../core"
version: 2.2.0
version: 2.2.1
- name: higress-console
repository: "https://higress.io/helm-charts/"
version: 2.2.1