From 2e202346e2421213079a8e3998e422ff61c0710b Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Wed, 15 Jun 2022 17:34:54 +0200
Subject: [PATCH] Update redis chart for Redis 7.0.2 Fixes #1065

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