From 7503e84f48fdcd32458f8ca75ceb42d0d71b3220 Mon Sep 17 00:00:00 2001 From: Stackspin renovate bot <renovatebot@stackspin.net> Date: Fri, 21 Jan 2022 06:03:45 +0000 Subject: [PATCH] Update Helm release mariadb to v10.3.2 --- Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index b333da4..57233cf 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.4.5 +version: 0.4.6 icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png dependencies: - name: mariadb - version: 10.3.1 + version: 10.3.2 repository: "https://charts.bitnami.com/bitnami" tags: - mysql -- GitLab