From af777d97ea19ae8a7f2f41624b421a0a5e5dfe52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Thu, 28 Apr 2022 17:11:44 +0200 Subject: [PATCH] Update redis chart for Redis 6.2.7 (#966) --- 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 69e061d7..a0c8fe85 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.11 +version: 0.4.12 # This is the version number of the application being deployed. -appVersion: "6.2.6" +appVersion: "6.2.7" diff --git a/charts/redis/README.md b/charts/redis/README.md index 8b83a171..fd27e8d9 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 e6124249..abf67d85 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -4,4 +4,5 @@ | :------------ | :---------- | :----------------- | | 0.4.10 | 6.2.6 | Implemented startupProbe support | | 0.4.11 | 6.2.6 | Implemented support for extra secrets and advanced configuration capabilites | +| 0.4.12 | 6.2.7 | Upgraded to Redis 6.2.7 | | | | | -- GitLab