From 8251ff2a9ec0f7158c96843f5f2e93026abfecf6 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Thu, 7 Sep 2023 16:40:53 +0200 Subject: [PATCH] Updated redis chart for Redis 7.2.1 --- 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 37166e76..92a0f1f4 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.15" +version: "0.7.1" # This is the version number of the application being deployed. -appVersion: "7.0.13" +appVersion: "7.2.1" diff --git a/charts/redis/README.md b/charts/redis/README.md index 3d9a64a8..dcba7799 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 199f22a3..7f83062f 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -38,4 +38,5 @@ | 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 | +| 0.7.1 | 7.2.1 | Upgraded to Redis 7.2.1 | | | | | -- GitLab