From 19027d42f985a14814f63bf770c1c7c883f4caeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Fri, 29 Apr 2022 22:32:44 +0200 Subject: [PATCH] Update redis chart for Redis 7.0 (#967) --- 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 a0c8fe85..abbf24f9 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.12 +version: 0.5.0 # This is the version number of the application being deployed. -appVersion: "6.2.7" +appVersion: "7.0.0" diff --git a/charts/redis/README.md b/charts/redis/README.md index fd27e8d9..bf4113a7 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 abf67d85..68ceabf3 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -5,4 +5,5 @@ | 0.4.10 | 6.2.6 | Implemented startupProbe support | | 0.4.11 | 6.2.6 | Implemented support for extra secrets and advanced configuration capabilites | | 0.4.12 | 6.2.7 | Upgraded to Redis 6.2.7 | +| 0.5.0 | 7.0.0 | Upgraded to Redis 7.0.0 | | | | | -- GitLab