From cd5793f6fd2bc7fc408614cc337450bedc7df143 Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Fri, 23 Jul 2021 10:24:24 +0200
Subject: [PATCH] Update redis chart for Redis 6.2.5 (#525)

---
 charts/redis/Chart.yaml | 4 ++--
 charts/redis/README.md  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml
index 8613cb16..663d13f3 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.4.6
+version: 0.4.7
 
 # This is the version number of the application being deployed.
-appVersion: "6.2.4"
+appVersion: "6.2.5"
diff --git a/charts/redis/README.md b/charts/redis/README.md
index fef2d836..6786e858 100644
--- a/charts/redis/README.md
+++ b/charts/redis/README.md
@@ -1,6 +1,6 @@
 # Redis
 
-![Version: 0.4.6](https://img.shields.io/badge/Version-0.4.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.4](https://img.shields.io/badge/AppVersion-6.2.4-informational?style=flat-square)
+![Version: 0.4.7](https://img.shields.io/badge/Version-0.4.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.5](https://img.shields.io/badge/AppVersion-6.2.5-informational?style=flat-square)
 
 A Helm chart for Redis on Kubernetes
 
-- 
GitLab