From 8a4689a9824b3960796e11ce58c9b07501719682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Wed, 10 Jan 2024 09:34:10 +0100 Subject: [PATCH] Updated redis chart for Redis 7.2.4 * Updated redis chart for Redis 7.2.4 --- 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 d890c88e..2bdb668b 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.17" +version: "0.7.10" # This is the version number of the application being deployed. -appVersion: "7.0.15" +appVersion: "7.2.4" diff --git a/charts/redis/README.md b/charts/redis/README.md index e4221145..5823f22c 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 5e5c7174..aedffced 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -50,4 +50,5 @@ | 0.7.7 | 7.2.3 | Added pod topology spread constraints - thx @tim-hanssen | | 0.7.8 | 7.2.3 | Renamed property for topology spread constraints | | 0.7.9 | 7.2.3 | Added support for network policies and additional labels and annotations | +| 0.7.10 | 7.2.4 | Upgraded to Redis 7.2.4 | | | | | -- GitLab