From 52cec7a49d8cf50dcd235125c4e18e603474e10f Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sat, 4 Nov 2023 10:08:34 +0100 Subject: [PATCH] Updated redis chart for Redis 7.2.3 --- 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 f0a5162f..6ce2f399 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -8,7 +8,7 @@ maintainers: - name: groundhog2k # This is the chart version -version: "0.7.4" +version: "0.7.5" # This is the version number of the application being deployed. -appVersion: "7.2.2" +appVersion: "7.2.3" diff --git a/charts/redis/README.md b/charts/redis/README.md index a0684d67..fa816f5e 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 4a0a3ef3..e9670669 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -44,4 +44,5 @@ | 0.7.2 | 7.2.1 | Upgraded to Redis 7.2.1 | | 0.7.3 | 7.2.1 | Updated metrics exporter to v1.55.0 | | 0.7.4 | 7.2.2 | Upgraded to Redis 7.2.2 | +| 0.7.5 | 7.2.3 | Upgraded to Redis 7.2.3 | | | | | -- GitLab