From f99ff5f71e4e8d4d3b72f1e2374741bedae307ca Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Wed, 21 Apr 2021 15:10:19 +0200
Subject: [PATCH] Update redis Chart for Redis 6.2.2 (#366)

---
 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 22ecadae..8ca9522d 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.3.1
+version: 0.3.2
 
 # This is the version number of the application being deployed.
-appVersion: "6.2.1"
+appVersion: "6.2.2"
diff --git a/charts/redis/README.md b/charts/redis/README.md
index e38d6366..3a9aedcc 100644
--- a/charts/redis/README.md
+++ b/charts/redis/README.md
@@ -1,6 +1,6 @@
 # Redis
 
-![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.1](https://img.shields.io/badge/AppVersion-6.2.1-informational?style=flat-square)
+![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.2](https://img.shields.io/badge/AppVersion-6.2.2-informational?style=flat-square)
 
 A Helm chart for Redis on Kubernetes
 
-- 
GitLab