From 9f66318e7eed558bb527c8d6a6b76d9c97132d9a Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Tue, 23 Feb 2021 17:24:23 +0100
Subject: [PATCH] Update redis chart for Redis 6.2.0 (#262)

---
 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 eb662c84..4e8d2186 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.2.10
+version: 0.3.0
 
 # This is the version number of the application being deployed.
-appVersion: "6.0.11"
+appVersion: "6.2.0"
diff --git a/charts/redis/README.md b/charts/redis/README.md
index 00eb306f..8abafb9a 100644
--- a/charts/redis/README.md
+++ b/charts/redis/README.md
@@ -1,6 +1,6 @@
 # Redis
 
-![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.11](https://img.shields.io/badge/AppVersion-6.0.11-informational?style=flat-square)
+![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.0](https://img.shields.io/badge/AppVersion-6.2.0-informational?style=flat-square)
 
 A Helm chart for Redis on Kubernetes
 
-- 
GitLab