From 0d846a85f82a8205d8d7a5c88fa6fcaf4b61a8ce Mon Sep 17 00:00:00 2001
From: Stackspin renovate bot <renovatebot@stackspin.net>
Date: Wed, 9 Mar 2022 13:12:56 +0000
Subject: [PATCH] Update Helm release mariadb to v10.4.0

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

diff --git a/Chart.yaml b/Chart.yaml
index 02b6273..0d72173 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.4
+version: 0.6.5
 icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png
 dependencies:
   - name: mariadb
-    version: 10.3.7
+    version: 10.4.0
     repository: "https://charts.bitnami.com/bitnami"
     tags:
       - mysql
     alias: database
   - name: redis
-    version: 16.5.1
+    version: 16.4.4
     repository: "https://charts.bitnami.com/bitnami"
     condition: redis.enabled
     tags:
-- 
GitLab