From c46a1b3be95b94683d01b0290312f7a82e87a22b Mon Sep 17 00:00:00 2001 From: vladvildanov Date: Thu, 24 Apr 2025 15:26:34 +0200 Subject: [PATCH] 7.4.0-v4 --- 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 a91534d..f4f22f9 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.16 +version: 0.4.17 # 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.3" +appVersion: "7.4.4" diff --git a/charts/redis-stack-server/values.yaml b/charts/redis-stack-server/values.yaml index 788e173..4ae0793 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-v3" + tag: "7.4.0-v4" port: 6379 replicas: 1 storage_class: standard diff --git a/charts/redis-stack/Chart.yaml b/charts/redis-stack/Chart.yaml index 047cbe7..00be727 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.16 +version: 0.4.17 # 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.3" +appVersion: "7.4.4" diff --git a/charts/redis-stack/values.yaml b/charts/redis-stack/values.yaml index 9afb5ac..dcce247 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-v3" + tag: "7.4.0-v4" redis_insight: "redis-insight" redis_insight_port: 8001 redis_server_port: 6379