From 463a35a42c10b6010c565161743ca4bf8294f59b Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Thu, 7 Sep 2023 16:37:47 +0200 Subject: [PATCH] Updated redis chart for Redis 7.0.13 --- charts/redis/Chart.yaml | 4 ++-- charts/redis/RELEASENOTES.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index 3e1fdec2..37166e76 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.17" +version: "0.6.15" # This is the version number of the application being deployed. -appVersion: "6.2.13" +appVersion: "7.0.13" diff --git a/charts/redis/RELEASENOTES.md b/charts/redis/RELEASENOTES.md index ae85ad92..199f22a3 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -36,5 +36,6 @@ | 0.6.12 | 7.0.11 | Added metrics and service monitor support | | 0.6.13 | 7.0.12 | Upgraded to Redis 7.0.12 | | 0.6.14 | 7.0.12 | Updated metrics exporter to v1.51.0 | +| 0.6.15 | 7.0.13 | Upgraded to Redis 7.0.13 | | 0.7.0 | 7.2.0 | Upgraded to Redis 7.2.0 | | | | | -- GitLab