From 6ffbb1f5960a8481f4f92e15a0225c5e3a9b3dca 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, 9 Jun 2022 20:06:20 +0200
Subject: [PATCH] Update redis chart for Redis 7.0.1 (#1062)

---
 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 abbf24f9..c25b6d3e 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.5.0
+version: 0.5.1
 
 # This is the version number of the application being deployed.
-appVersion: "7.0.0"
+appVersion: "7.0.1"
diff --git a/charts/redis/README.md b/charts/redis/README.md
index bf4113a7..45c26126 100644
--- a/charts/redis/README.md
+++ b/charts/redis/README.md
@@ -1,6 +1,6 @@
 # Redis
 
-![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.0](https://img.shields.io/badge/AppVersion-7.0.0-informational?style=flat-square)
+![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.1](https://img.shields.io/badge/AppVersion-7.0.1-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/redis/RELEASENOTES.md b/charts/redis/RELEASENOTES.md
index 68ceabf3..694d23d1 100644
--- a/charts/redis/RELEASENOTES.md
+++ b/charts/redis/RELEASENOTES.md
@@ -6,4 +6,5 @@
 | 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.5.0 | 7.0.0 | Upgraded to Redis 7.0.0 |
+| 0.5.1 | 7.0.1 | Upgraded to Redis 7.0.1 |
 | | | |
-- 
GitLab