From 3abf00b7c1be76e220755cd24ac57c5af9ea7f28 Mon Sep 17 00:00:00 2001 From: hongming Date: Thu, 26 Sep 2024 21:02:26 +0800 Subject: [PATCH] Release v4.1.2 (#6212) Signed-off-by: hongming --- config/ks-core/Chart.yaml | 2 +- config/ks-core/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ks-core/Chart.yaml b/config/ks-core/Chart.yaml index 3ef8f06ca..ddfdcd06d 100644 --- a/config/ks-core/Chart.yaml +++ b/config/ks-core/Chart.yaml @@ -12,7 +12,7 @@ version: 1.1.2 # 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.1" +appVersion: "v4.1.2" dependencies: - name: redis-ha diff --git a/config/ks-core/values.yaml b/config/ks-core/values.yaml index 560e6ddec..b23e935b3 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.1 + tag: v4.1.2 imagePullSecrets: [] ## @param nameOverride String to partially override common.names.fullname