From 3e974cb7bde94c985e805cecb183ab3d46bd8112 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Tue, 11 Jul 2023 19:03:42 +0200 Subject: [PATCH] Updated redis chart for Redis 7.0.12 --- 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 ac73d522..b0d3d478 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.6.12" +version: "0.6.13" # This is the version number of the application being deployed. -appVersion: "7.0.11" +appVersion: "7.0.12" diff --git a/charts/redis/README.md b/charts/redis/README.md index c106544e..ba510c80 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 672c7c93..927c22ba 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -33,4 +33,5 @@ | 0.6.10 | 7.0.11 | Upgraded to Redis 7.0.11 | | 0.6.11 | 7.0.11 | Fixed split brain bug - thx @tim-hanssen @tomswinkels | | 0.6.12 | 7.0.11 | Added metrics and service monitor support | +| 0.6.13 | 7.0.12 | Upgraded to Redis 7.0.12 | | | | | -- GitLab