From 595e1ade57a13f79dc526bcc77deb0f817572d21 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <goeran.poehner@gmail.com>
Date: Thu, 19 Oct 2023 15:46:44 +0200
Subject: [PATCH] Updated redis chart for Redis 7.0.14 and added network policy
 feature

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

diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml
index 0ca1379c..14529c6a 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.18"
+version: "0.6.16"
 
 # This is the version number of the application being deployed.
-appVersion: "6.2.14"
+appVersion: "7.0.14"
diff --git a/charts/redis/RELEASENOTES.md b/charts/redis/RELEASENOTES.md
index 5578896f..5478d647 100644
--- a/charts/redis/RELEASENOTES.md
+++ b/charts/redis/RELEASENOTES.md
@@ -38,6 +38,7 @@
 | 0.6.13 | 7.0.12 | Upgraded to Redis 7.0.12 |
 | 0.6.14 | 7.0.12 | Updated metrics exporter to v1.51.0 |
 | 0.6.15 | 7.0.13 | Upgraded to Redis 7.0.13 |
+| 0.6.16 | 7.0.14 | Upgraded to Redis 7.0.14 |
 | 0.7.0 | 7.2.0 | Upgraded to Redis 7.2.0 |
 | 0.7.1 | 7.2.1 | Upgraded to Redis 7.2.1 |
 | 0.7.2 | 7.2.1 | Upgraded to Redis 7.2.1 |
-- 
GitLab