diff --git a/charts/redis-stack-server/Chart.yaml b/charts/redis-stack-server/Chart.yaml index c29a0d1..30e379b 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.14 +version: 0.4.15 # 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.8" +appVersion: "7.2.9" diff --git a/charts/redis-stack-server/values.yaml b/charts/redis-stack-server/values.yaml index d913f6e..d2d7e35 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-v1" + tag: "7.4.0-v2" port: 6379 replicas: 1 storage_class: standard diff --git a/charts/redis-stack/Chart.yaml b/charts/redis-stack/Chart.yaml index c9774cc..177ed73 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.14 +version: 0.4.15 # 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.8" +appVersion: "7.2.9" diff --git a/charts/redis-stack/values.yaml b/charts/redis-stack/values.yaml index 14adab3..53399d6 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-v1" + tag: "7.4.0-v2" redis_insight: "redis-insight" redis_insight_port: 8001 redis_server_port: 6379