From abba139b2ab80c9f867fd957b2c8743c3b23d263 Mon Sep 17 00:00:00 2001 From: vladvildanov Date: Mon, 3 Nov 2025 15:52:00 +0200 Subject: [PATCH] 7.4.0-v8 --- charts/redis-stack-server/Chart.yaml | 4 ++-- charts/redis-stack-server/values.yaml | 2 +- charts/redis-stack/Chart.yaml | 4 ++-- charts/redis-stack/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/redis-stack-server/Chart.yaml b/charts/redis-stack-server/Chart.yaml index f36afe0..354af66 100644 --- a/charts/redis-stack-server/Chart.yaml +++ b/charts/redis-stack-server/Chart.yaml @@ -15,10 +15,10 @@ 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: 0.4.20 +version: 0.4.21 # 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. # It is recommended to use it with quotes. -appVersion: "7.4.7" +appVersion: "7.4.8" diff --git a/charts/redis-stack-server/values.yaml b/charts/redis-stack-server/values.yaml index e94560e..bf01f98 100644 --- a/charts/redis-stack-server/values.yaml +++ b/charts/redis-stack-server/values.yaml @@ -1,7 +1,7 @@ name: redis-stack-server redis_stack_server: image: "redis/redis-stack-server" - tag: "7.4.0-v7" + tag: "7.4.0-v8" port: 6379 replicas: 1 storage_class: standard diff --git a/charts/redis-stack/Chart.yaml b/charts/redis-stack/Chart.yaml index 06ed602..84908eb 100644 --- a/charts/redis-stack/Chart.yaml +++ b/charts/redis-stack/Chart.yaml @@ -15,10 +15,10 @@ 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: 0.4.20 +version: 0.4.21 # 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. # It is recommended to use it with quotes. -appVersion: "7.4.7" +appVersion: "7.4.8" diff --git a/charts/redis-stack/values.yaml b/charts/redis-stack/values.yaml index 1b4ced7..8f67d7f 100644 --- a/charts/redis-stack/values.yaml +++ b/charts/redis-stack/values.yaml @@ -1,7 +1,7 @@ name: redis-stack redis_stack: image: "redis/redis-stack" - tag: "7.4.0-v7" + tag: "7.4.0-v8" redis_insight: "redis-insight" redis_insight_port: 8001 redis_server_port: 6379