From 2ff73c9f1f533ebfde8afdc1c18ef120288d6a2b Mon Sep 17 00:00:00 2001 From: "dslab-renovate[bot]" <184400531+dslab-renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 08:35:02 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v24 --- wordpress/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wordpress/Chart.yaml b/wordpress/Chart.yaml index 7280e4c..96d6289 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.39 +version: 0.1.40 appVersion: "6.8.3" dependencies: - name: mariadb - version: "23.2.4" + version: "24.0.0" repository: oci://registry-1.docker.io/bitnamicharts condition: mariadb.enabled - name: redis