From 1c2bbf53a51217a237e3d3208d90bdbf3ed30613 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Wed, 1 Feb 2023 06:15:25 +0000
Subject: [PATCH] chore(deps): update helm release mariadb to 11.4.*

---
 charts/nextcloud/Chart.lock | 6 +++---
 charts/nextcloud/Chart.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock
index 21b304741..52994a6dc 100644
--- a/charts/nextcloud/Chart.lock
+++ b/charts/nextcloud/Chart.lock
@@ -4,9 +4,9 @@ dependencies:
   version: 11.6.26
 - name: mariadb
   repository: https://charts.bitnami.com/bitnami
-  version: 11.0.14
+  version: 11.4.5
 - name: redis
   repository: https://charts.bitnami.com/bitnami
   version: 16.12.3
-digest: sha256:26d3436ece41f0fbe00d0184c1cda7f5cccb7d49642982cfff49f113c11c0f34
-generated: "2023-02-01T01:14:25.457875925Z"
+digest: sha256:1ec167cc9f273d146bcd6101431a489a48425fd1d5c089bf56939fc3f79a92ea
+generated: "2023-02-01T06:15:15.908747825Z"
diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml
index 6e307882d..6ab2ae70f 100644
--- a/charts/nextcloud/Chart.yaml
+++ b/charts/nextcloud/Chart.yaml
@@ -28,7 +28,7 @@ dependencies:
   repository: https://charts.bitnami.com/bitnami
   condition: postgresql.enabled
 - name: mariadb
-  version: 11.0.*
+  version: 11.4.*
   repository: https://charts.bitnami.com/bitnami
   condition: mariadb.enabled
 - name: redis
-- 
GitLab