From 887496e7464bfd9bbab71a274340ea9c0b51a060 Mon Sep 17 00:00:00 2001 From: hongming Date: Fri, 21 Mar 2025 11:33:00 +0800 Subject: [PATCH] Release 4.1.3-rc.0 (#6456) Signed-off-by: hongming --- config/ks-core/Chart.yaml | 4 ++-- config/ks-core/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/ks-core/Chart.yaml b/config/ks-core/Chart.yaml index 2eb0efbb9..5a9d5a0b6 100644 --- a/config/ks-core/Chart.yaml +++ b/config/ks-core/Chart.yaml @@ -7,12 +7,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.3 +version: 1.1.4-rc.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "v4.1.2" +appVersion: "v4.1.3-rc.0" dependencies: - name: redis-ha diff --git a/config/ks-core/values.yaml b/config/ks-core/values.yaml index 8daa39195..6656324f4 100644 --- a/config/ks-core/values.yaml +++ b/config/ks-core/values.yaml @@ -2,7 +2,7 @@ ## @param global.tag Global Docker image tag global: imageRegistry: docker.io - tag: v4.1.2 + tag: v4.1.3-rc.0 imagePullSecrets: [] # - name: "image-pull-secret" @@ -443,5 +443,5 @@ ksExtensionRepository: image: registry: "" repository: kubesphere/ks-extensions-museum - tag: "latest" + tag: "1.1.3-rc.0" pullPolicy: IfNotPresent