mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 04:37:31 +08:00
Release 2.1.5 (#2536)
This commit is contained in:
@@ -192,8 +192,8 @@ install: pre-install
|
|||||||
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'
|
||||||
|
|
||||||
HIGRESS_LATEST_IMAGE_TAG ?= latest
|
HIGRESS_LATEST_IMAGE_TAG ?= latest
|
||||||
ENVOY_LATEST_IMAGE_TAG ?= 958467a353d411ae3f06e03b096bfd342cddb2c6
|
ENVOY_LATEST_IMAGE_TAG ?= latest
|
||||||
ISTIO_LATEST_IMAGE_TAG ?= d9c728d3b01f64855e012b08d136e306f1160397
|
ISTIO_LATEST_IMAGE_TAG ?= latest
|
||||||
|
|
||||||
install-dev: pre-install
|
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'
|
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'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.1.5-rc.1
|
appVersion: 2.1.5
|
||||||
description: Helm chart for deploying higress gateways
|
description: Helm chart for deploying higress gateways
|
||||||
icon: https://higress.io/img/higress_logo_small.png
|
icon: https://higress.io/img/higress_logo_small.png
|
||||||
home: http://higress.io/
|
home: http://higress.io/
|
||||||
@@ -15,4 +15,4 @@ dependencies:
|
|||||||
repository: "file://../redis"
|
repository: "file://../redis"
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
type: application
|
type: application
|
||||||
version: 2.1.5-rc.1
|
version: 2.1.5
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: higress-core
|
- name: higress-core
|
||||||
repository: file://../core
|
repository: file://../core
|
||||||
version: 2.1.5-rc.1
|
version: 2.1.5
|
||||||
- name: higress-console
|
- name: higress-console
|
||||||
repository: https://higress.io/helm-charts/
|
repository: https://higress.io/helm-charts/
|
||||||
version: 2.1.4
|
version: 2.1.5
|
||||||
digest: sha256:6dbbfb24eabe0927a167c11896799ea20c7f8590aa2889b853dc9a210d075d3a
|
digest: sha256:1c7c8003686b2df2c67427054006aef21c92ab1ff86d2e5f5587daf02ebc7d61
|
||||||
generated: "2025-06-18T09:15:09.621898+08:00"
|
generated: "2025-07-02T17:38:10.089494+08:00"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.1.5-rc.1
|
appVersion: 2.1.5
|
||||||
description: Helm chart for deploying Higress gateways
|
description: Helm chart for deploying Higress gateways
|
||||||
icon: https://higress.io/img/higress_logo_small.png
|
icon: https://higress.io/img/higress_logo_small.png
|
||||||
home: http://higress.io/
|
home: http://higress.io/
|
||||||
@@ -12,9 +12,9 @@ sources:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: higress-core
|
- name: higress-core
|
||||||
repository: "file://../core"
|
repository: "file://../core"
|
||||||
version: 2.1.5-rc.1
|
version: 2.1.5
|
||||||
- name: higress-console
|
- name: higress-console
|
||||||
repository: "https://higress.io/helm-charts/"
|
repository: "https://higress.io/helm-charts/"
|
||||||
version: 2.1.4
|
version: 2.1.5
|
||||||
type: application
|
type: application
|
||||||
version: 2.1.5-rc.1
|
version: 2.1.5
|
||||||
|
|||||||
Submodule istio/istio updated: a92e5a15cd...1c41de65e9
Reference in New Issue
Block a user