From addf24f2b2f7531a8aaed8685dd7567f285c9632 Mon Sep 17 00:00:00 2001
From: Stackspin renovate bot <renovatebot@stackspin.net>
Date: Tue, 29 Mar 2022 00:04:51 +0000
Subject: [PATCH] Update Helm release redis to v16.7.0

---
 Chart.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Chart.yaml b/Chart.yaml
index a3fa34d..50d4bf3 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -5,17 +5,17 @@ description: WordPress with a replicated MariaDB backend
 name: wordpress
 # Please only change the chart version as part of the release procedure: see
 # RELEASING.md
-version: 0.6.13
+version: 0.6.14
 icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png
 dependencies:
   - name: mariadb
-    version: 10.4.4
+    version: 10.4.2
     repository: "https://charts.bitnami.com/bitnami"
     tags:
       - mysql
     alias: database
   - name: redis
-    version: 16.6.0
+    version: 16.7.0
     repository: "https://charts.bitnami.com/bitnami"
     condition: redis.enabled
     tags:
-- 
GitLab