From a5a4bf6260b1d1320c400883c45aa5aa489ff91c Mon Sep 17 00:00:00 2001 From: ks-ci-bot Date: Thu, 26 Sep 2024 13:04:02 +0000 Subject: [PATCH] update ks-core helm chart --- src/test/ks-core/Chart.yaml | 2 +- src/test/ks-core/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/ks-core/Chart.yaml b/src/test/ks-core/Chart.yaml index 3ef8f06c..ddfdcd06 100644 --- a/src/test/ks-core/Chart.yaml +++ b/src/test/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/src/test/ks-core/values.yaml b/src/test/ks-core/values.yaml index 560e6dde..b23e935b 100644 --- a/src/test/ks-core/values.yaml +++ b/src/test/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