From af777d97ea19ae8a7f2f41624b421a0a5e5dfe52 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Thu, 28 Apr 2022 17:11:44 +0200
Subject: [PATCH] Update redis chart for Redis 6.2.7 (#966)

---
 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 69e061d7..a0c8fe85 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.11
+version: 0.4.12
 
 # This is the version number of the application being deployed.
-appVersion: "6.2.6"
+appVersion: "6.2.7"
diff --git a/charts/redis/README.md b/charts/redis/README.md
index 8b83a171..fd27e8d9 100644
--- a/charts/redis/README.md
+++ b/charts/redis/README.md
@@ -1,6 +1,6 @@
 # Redis
 
-![Version: 0.4.11](https://img.shields.io/badge/Version-0.4.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.6](https://img.shields.io/badge/AppVersion-6.2.6-informational?style=flat-square)
+![Version: 0.4.12](https://img.shields.io/badge/Version-0.4.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.7](https://img.shields.io/badge/AppVersion-6.2.7-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/redis/RELEASENOTES.md b/charts/redis/RELEASENOTES.md
index e6124249..abf67d85 100644
--- a/charts/redis/RELEASENOTES.md
+++ b/charts/redis/RELEASENOTES.md
@@ -4,4 +4,5 @@
 | :------------ | :---------- | :----------------- |
 | 0.4.10 | 6.2.6 | Implemented startupProbe support |
 | 0.4.11 | 6.2.6 | Implemented support for extra secrets and advanced configuration capabilites |
+| 0.4.12 | 6.2.7 | Upgraded to Redis 6.2.7 |
 | | | |
-- 
GitLab