From 5c484e149dc559fc11372a5084bd2367adc78da6 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Tue, 21 Mar 2023 16:03:38 +0100
Subject: [PATCH] Updated redis chart for Redis 7.0.10

---
 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 2db0d345..c5ff56e6 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.4"
+version: "0.6.5"
 
 # This is the version number of the application being deployed.
-appVersion: "7.0.9"
+appVersion: "7.0.10"
diff --git a/charts/redis/README.md b/charts/redis/README.md
index b1cfa45c..1da1cdba 100644
--- a/charts/redis/README.md
+++ b/charts/redis/README.md
@@ -1,6 +1,6 @@
 # Redis
 
-![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.9](https://img.shields.io/badge/AppVersion-7.0.9-informational?style=flat-square)
+![Version: 0.6.5](https://img.shields.io/badge/Version-0.6.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.10](https://img.shields.io/badge/AppVersion-7.0.10-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/redis/RELEASENOTES.md b/charts/redis/RELEASENOTES.md
index a296c04a..39b2ee4e 100644
--- a/charts/redis/RELEASENOTES.md
+++ b/charts/redis/RELEASENOTES.md
@@ -24,4 +24,5 @@
 | 0.6.2 | 7.0.8 | Updated version detection for pod disruption budget |
 | 0.6.3 | 7.0.9 | Upgraded to Redis 7.0.9 |
 | 0.6.4 | 7.0.9 | Added option to use Deployment instead of StatefulSet for Non-HA deployments - thx @tim-hanssen |
+| 0.6.5 | 7.0.10 | Upgraded to Redis 7.0.10 |
 | | | |
-- 
GitLab