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: