From b6bb8a07ca0b4e3fb462b030e16755348cdf491a Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Wed, 1 Mar 2023 17:25:59 +0100 Subject: [PATCH] Updated redis chart for Redis 7.0.9 --- 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 645d7e3a..fe98b697 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.4.14" +version: "0.6.3" # This is the version number of the application being deployed. -appVersion: "6.2.11" +appVersion: "7.0.9" diff --git a/charts/redis/README.md b/charts/redis/README.md index 607c5984..e2e3cc7a 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 a7ff2dbf..44f99007 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -21,4 +21,5 @@ | 0.6.0 | 7.0.7 | Implemented alternative DNS option for cluster building | | 0.6.1 | 7.0.8 | Upgraded to Redis 7.0.8 | | 0.6.2 | 7.0.8 | Updated version detection for pod disruption budget | +| 0.6.3 | 7.0.9 | Upgraded to Redis 7.0.9 | | | | | -- GitLab