From a20df19949ae6644997befeb6522c3c4037f221c Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Wed, 18 Jan 2023 16:40:31 +0100
Subject: [PATCH] Updated redis chart for Redis 7.0.8

---
 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 3359b925..fb2da71c 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.0
+version: 0.6.1
 
 # This is the version number of the application being deployed.
-appVersion: "7.0.7"
+appVersion: "7.0.8"
diff --git a/charts/redis/README.md b/charts/redis/README.md
index d36e9393..1bcc6653 100644
--- a/charts/redis/README.md
+++ b/charts/redis/README.md
@@ -1,6 +1,6 @@
 # Redis
 
-![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.7](https://img.shields.io/badge/AppVersion-7.0.7-informational?style=flat-square)
+![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.8](https://img.shields.io/badge/AppVersion-7.0.8-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/redis/RELEASENOTES.md b/charts/redis/RELEASENOTES.md
index 173add1d..60c40f75 100644
--- a/charts/redis/RELEASENOTES.md
+++ b/charts/redis/RELEASENOTES.md
@@ -17,4 +17,5 @@
 | 0.5.9 | 7.0.6 | Upgraded to Redis 7.0.6 and added support for init container resources |
 | 0.5.10 | 7.0.7 | Upgraded to Redis 7.0.7 |
 | 0.6.0 | 7.0.7 | Implemented alternative DNS option for cluster building |
+| 0.6.1 | 7.0.8 | Upgraded to Redis 7.0.8 |
 | | | |
-- 
GitLab