From 0137a0e29d67672a7c1cc4dd3275b9688770286e Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Mon, 26 Sep 2022 12:06:28 +0200 Subject: [PATCH] Upgraded redis chart for Redis 7.0.5 --- 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 52c4f609..cadc7965 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.6 +version: 0.5.7 # This is the version number of the application being deployed. -appVersion: "7.0.4" +appVersion: "7.0.5" diff --git a/charts/redis/README.md b/charts/redis/README.md index e678b0b3..4cea37c7 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 bef580eb..3f8f2954 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -12,4 +12,5 @@ | 0.5.4 | 7.0.3 | Upgraded to Redis 7.0.3 | | 0.5.5 | 7.0.4 | Upgraded to Redis 7.0.4 | | 0.5.6 | 7.0.4 | Fixed typo in README.md | +| 0.5.7 | 7.0.5 | Upgraded to Redis 7.0.5 | | | | | -- GitLab