From a8c07ad800834a346560866207bce7682bc36fc5 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Mon, 22 Apr 2024 21:06:45 +0200 Subject: [PATCH] Final redis chart for Redis 7.2.4 --- 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 e39215bd..4ea24de7 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.1.0" +version: "1.2.0" # This is the version number of the application being deployed. -appVersion: "7.0.15" +appVersion: "7.2.4" diff --git a/charts/redis/README.md b/charts/redis/README.md index f621e2a9..c6933cd4 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 b642f946..39dac0cd 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -53,4 +53,5 @@ | 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 | +| 1.2.0 | 7.2.4 | Final version with configuration secret, extra config and extra volume support | | | | | -- GitLab