From cc604cfadb0e4f25decfc258e0e289fe265dd1c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 11:21:38 +0800 Subject: [PATCH] Feat: upgrade cluster gateway to 1.7.0 (#5356) Signed-off-by: Somefive (cherry picked from commit 3245ea148c2db65e0aaf872eb6d60083de22dd60) Co-authored-by: Somefive --- charts/vela-core/README.md | 2 +- charts/vela-core/values.yaml | 2 +- charts/vela-minimal/README.md | 2 +- charts/vela-minimal/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/vela-core/README.md b/charts/vela-core/README.md index bf2d916c3..0be5e8dc0 100644 --- a/charts/vela-core/README.md +++ b/charts/vela-core/README.md @@ -111,7 +111,7 @@ helm install --create-namespace -n vela-system kubevela kubevela/vela-core --wai | `multicluster.clusterGateway.replicaCount` | ClusterGateway replica count | `1` | | `multicluster.clusterGateway.port` | ClusterGateway port | `9443` | | `multicluster.clusterGateway.image.repository` | ClusterGateway image repository | `oamdev/cluster-gateway` | -| `multicluster.clusterGateway.image.tag` | ClusterGateway image tag | `v1.7.0-alpha.3` | +| `multicluster.clusterGateway.image.tag` | ClusterGateway image tag | `v1.7.0` | | `multicluster.clusterGateway.image.pullPolicy` | ClusterGateway image pull policy | `IfNotPresent` | | `multicluster.clusterGateway.resources.limits.cpu` | ClusterGateway cpu limit | `100m` | | `multicluster.clusterGateway.resources.limits.memory` | ClusterGateway memory limit | `200Mi` | diff --git a/charts/vela-core/values.yaml b/charts/vela-core/values.yaml index 56ec22f2a..066982e06 100644 --- a/charts/vela-core/values.yaml +++ b/charts/vela-core/values.yaml @@ -148,7 +148,7 @@ multicluster: port: 9443 image: repository: oamdev/cluster-gateway - tag: v1.7.0-alpha.3 + tag: v1.7.0 pullPolicy: IfNotPresent resources: limits: diff --git a/charts/vela-minimal/README.md b/charts/vela-minimal/README.md index 79352d0c5..ddda31f05 100644 --- a/charts/vela-minimal/README.md +++ b/charts/vela-minimal/README.md @@ -105,7 +105,7 @@ helm install --create-namespace -n vela-system kubevela kubevela/vela-minimal -- | `multicluster.clusterGateway.replicaCount` | ClusterGateway replica count | `1` | | `multicluster.clusterGateway.port` | ClusterGateway port | `9443` | | `multicluster.clusterGateway.image.repository` | ClusterGateway image repository | `oamdev/cluster-gateway` | -| `multicluster.clusterGateway.image.tag` | ClusterGateway image tag | `v1.4.0` | +| `multicluster.clusterGateway.image.tag` | ClusterGateway image tag | `v1.7.0` | | `multicluster.clusterGateway.image.pullPolicy` | ClusterGateway image pull policy | `IfNotPresent` | | `multicluster.clusterGateway.resources.limits.cpu` | ClusterGateway cpu limit | `100m` | | `multicluster.clusterGateway.resources.limits.memory` | ClusterGateway memory limit | `200Mi` | diff --git a/charts/vela-minimal/values.yaml b/charts/vela-minimal/values.yaml index ab493cbe6..aa33fa140 100644 --- a/charts/vela-minimal/values.yaml +++ b/charts/vela-minimal/values.yaml @@ -106,7 +106,7 @@ multicluster: port: 9443 image: repository: oamdev/cluster-gateway - tag: v1.4.0 + tag: v1.7.0 pullPolicy: IfNotPresent resources: limits: