From 87649c84dc9e6f3e52f0a4abbab314dc5204ad75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Sun, 5 Feb 2023 17:08:40 +0100 Subject: [PATCH] Update redis chart for Redis 6.2.10 (#1204) --- 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 fb2da71c..7ca71462 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.1 +version: 0.4.13 # This is the version number of the application being deployed. -appVersion: "7.0.8" +appVersion: "6.2.10" diff --git a/charts/redis/RELEASENOTES.md b/charts/redis/RELEASENOTES.md index 60c40f75..0dc62b14 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -5,6 +5,7 @@ | 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 | +| 0.4.13 | 6.2.10 | Upgraded to Redis 6.2.10 | | 0.5.0 | 7.0.0 | Upgraded to Redis 7.0.0 | | 0.5.1 | 7.0.1 | Upgraded to Redis 7.0.1 | | 0.5.2 | 7.0.2 | Upgraded to Redis 7.0.2 | -- GitLab