From c9c7df78a9ad183f5bc38d2f7b34c68514d1a095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Tue, 9 Jan 2024 09:29:06 +0800 Subject: [PATCH] rel: Release version 1.3.3 (#765) --- VERSION | 2 +- helm/core/Chart.yaml | 4 ++-- helm/core/templates/controller-deployment.yaml | 6 ++++++ helm/core/values.yaml | 3 +++ helm/higress/Chart.lock | 6 +++--- helm/higress/Chart.yaml | 6 +++--- 6 files changed, 18 insertions(+), 9 deletions(-) diff --git a/VERSION b/VERSION index 968e750a6..ea7786a39 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.3.2 +v1.3.3 diff --git a/helm/core/Chart.yaml b/helm/core/Chart.yaml index 875bd62a3..7c5740f2f 100644 --- a/helm/core/Chart.yaml +++ b/helm/core/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.3.2 +appVersion: 1.3.3 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.3.2 +version: 1.3.3 diff --git a/helm/core/templates/controller-deployment.yaml b/helm/core/templates/controller-deployment.yaml index 0c670a690..f561b182a 100644 --- a/helm/core/templates/controller-deployment.yaml +++ b/helm/core/templates/controller-deployment.yaml @@ -70,6 +70,12 @@ spec: periodSeconds: 3 timeoutSeconds: 5 env: + - name: ENBALE_SCOPED_RDS + value: "{{ .Values.global.enableSRDS }}" + - name: ON_DEMAND_RDS + value: "{{ .Values.global.onDemandRDS }}" + - name: HOST_RDS_MERGE_SUBSET + value: "{{ .Values.global.hostRDSMergeSubset }}" - name: PILOT_FILTER_GATEWAY_CLUSTER_CONFIG value: "{{ .Values.global.onlyPushRouteCluster }}" - name: HIGRESS_CONTROLLER_SVC diff --git a/helm/core/values.yaml b/helm/core/values.yaml index f5c6bffa6..3380fde90 100644 --- a/helm/core/values.yaml +++ b/helm/core/values.yaml @@ -1,5 +1,8 @@ revision: "" global: + enableSRDS: false + onDemandRDS: true + hostRDSMergeSubset: true onlyPushRouteCluster: true # IngressClass filters which ingress resources the higress controller watches. # The default ingress class is higress. diff --git a/helm/higress/Chart.lock b/helm/higress/Chart.lock index d0bb33953..43eeab0e1 100644 --- a/helm/higress/Chart.lock +++ b/helm/higress/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: higress-core repository: file://../core - version: 1.3.2 + version: 1.3.3 - name: higress-console repository: https://higress.io/helm-charts/ version: 1.3.1 -digest: sha256:cf9b5f572f8e47348b3081a5620ad0165b400e4823a4ed36bd0597f3c794cbf3 -generated: "2023-12-20T19:57:57.037118+08:00" +digest: sha256:585666df5da403450c5e586a71388bc0d029354b1100b20a50616f56711fa171 +generated: "2024-01-08T21:40:10.446936+08:00" diff --git a/helm/higress/Chart.yaml b/helm/higress/Chart.yaml index 21544d3f3..afeeaa220 100644 --- a/helm/higress/Chart.yaml +++ b/helm/higress/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.3.2 +appVersion: 1.3.3 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.3.2 + version: 1.3.3 - name: higress-console repository: "https://higress.io/helm-charts/" version: 1.3.1 type: application -version: 1.3.2 +version: 1.3.3