From eb6a94f6b282cb8dafe6ae760f2c6418b96b7883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Tue, 19 Jul 2022 17:04:31 +0200 Subject: [PATCH] Update redis chart for Redis 7.0.4 (#1106) --- 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 6e1b15ad..b584bd9f 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.5.4 +version: 0.5.5 # This is the version number of the application being deployed. -appVersion: "7.0.3" +appVersion: "7.0.4" diff --git a/charts/redis/README.md b/charts/redis/README.md index e83cc71b..b366eb85 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 990eec2e..308d7f51 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -10,4 +10,5 @@ | 0.5.2 | 7.0.2 | Upgraded to Redis 7.0.2 | | 0.5.3 | 7.0.2 | Added headless service for redis and sentinel port | | 0.5.4 | 7.0.3 | Upgraded to Redis 7.0.3 | +| 0.5.5 | 7.0.4 | Upgraded to Redis 7.0.4 | | | | | -- GitLab