From ca60ae9ddc35416aa1997a51b3f389df383b5ba5 Mon Sep 17 00:00:00 2001 From: Stackspin renovate bot <renovatebot@stackspin.net> Date: Fri, 4 Nov 2022 22:05:24 +0000 Subject: [PATCH] chore(deps): update helm release mariadb to v11.3.4 --- Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index e3df566..6dfe573 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -5,11 +5,11 @@ 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.30 +version: 0.7.31 icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png dependencies: - name: mariadb - version: 11.3.3 + version: 11.3.4 repository: "https://charts.bitnami.com/bitnami" tags: - mysql -- GitLab