From 68f7e002e35964ee9e68205a7cc4ff81d987648d Mon Sep 17 00:00:00 2001 From: vladvildanov Date: Thu, 3 Oct 2024 14:43:20 +0300 Subject: [PATCH] 7.4.0-v1 --- 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 4e587b4..c29a0d1 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.13 +version: 0.4.14 # 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.2.7" +appVersion: "7.2.8" diff --git a/charts/redis-stack-server/values.yaml b/charts/redis-stack-server/values.yaml index 098cc1e..d913f6e 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-v0" + tag: "7.4.0-v1" port: 6379 replicas: 1 storage_class: standard diff --git a/charts/redis-stack/Chart.yaml b/charts/redis-stack/Chart.yaml index c22f9a6..c9774cc 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.13 +version: 0.4.14 # 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.2.7" +appVersion: "7.2.8" diff --git a/charts/redis-stack/values.yaml b/charts/redis-stack/values.yaml index eba45ed..14adab3 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-v0" + tag: "7.4.0-v1" redis_insight: "redis-insight" redis_insight_port: 8001 redis_server_port: 6379