From c569b297b67046a66334f03bae49fa9bc472f0dc Mon Sep 17 00:00:00 2001 From: "dslab-renovate[bot]" <184400531+dslab-renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:27:44 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v20.3.1 --- wordpress/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wordpress/Chart.yaml b/wordpress/Chart.yaml index c2131b0..d285cbe 100644 --- a/wordpress/Chart.yaml +++ b/wordpress/Chart.yaml @@ -2,11 +2,11 @@ apiVersion: v2 name: wordpress description: A Helm chart for Wordpress on Kubernetes with NGINX and PHP-FPM type: application -version: 0.1.15 +version: 0.1.16 appVersion: "6.7.1" dependencies: - name: mariadb - version: "20.2.4" + version: "20.3.1" repository: oci://registry-1.docker.io/bitnamicharts condition: mariadb.enabled - name: redis