From 3d5ae2253a1f4244c7419fbe44aa9d23689be842 Mon Sep 17 00:00:00 2001
From: Stackspin renovate bot <renovatebot@stackspin.net>
Date: Mon, 10 Oct 2022 22:05:34 +0000
Subject: [PATCH] chore(deps): update helm release redis to v17.3.4

---
 Chart.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Chart.yaml b/Chart.yaml
index 8e142a0..adc1a7e 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -5,7 +5,7 @@ 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.7.26
+version: 0.7.27
 icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png
 dependencies:
   - name: mariadb
@@ -15,7 +15,7 @@ dependencies:
       - mysql
     alias: database
   - name: redis
-    version: 17.3.2
+    version: 17.3.4
     repository: "https://charts.bitnami.com/bitnami"
     condition: redis.enabled
     tags:
-- 
GitLab