From 741bf6d60b877d232a7e14ad0bc6512f80230b6f Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Mon, 22 Apr 2024 21:04:11 +0200 Subject: [PATCH] Final redis chart for Redis 7.0.15 --- charts/redis/Chart.yaml | 4 ++-- charts/redis/README.md | 2 +- charts/redis/RELEASENOTES.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index 11104b3b..e39215bd 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -15,7 +15,7 @@ keywords: icon: https://redis.io/wp-content/uploads/2024/04/Logotype.svg # This is the chart version -version: "1.0.0" +version: "1.1.0" # This is the version number of the application being deployed. -appVersion: "6.2.14" +appVersion: "7.0.15" diff --git a/charts/redis/README.md b/charts/redis/README.md index ab202d72..f621e2a9 100644 --- a/charts/redis/README.md +++ b/charts/redis/README.md @@ -1,6 +1,6 @@ # Redis -   +   ## Changelog diff --git a/charts/redis/RELEASENOTES.md b/charts/redis/RELEASENOTES.md index eb8c8f21..b642f946 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -52,4 +52,5 @@ | 0.7.9 | 7.2.3 | Added support for network policies and additional labels and annotations | | 0.7.10 | 7.2.4 | Upgraded to Redis 7.2.4 | | 1.0.0 | 6.2.14 | Final version with configuration secret, extra config and extra volume support | +| 1.1.0 | 7.0.15 | Final version with configuration secret, extra config and extra volume support | | | | | -- GitLab