From af59ae4065d5f5bf913a5d858cc82f8be6c5f18d Mon Sep 17 00:00:00 2001 From: "dslab-renovate[bot]" <184400531+dslab-renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:27:38 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v19.1.2 --- wordpress/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wordpress/Chart.yaml b/wordpress/Chart.yaml index 188efce..e0e4035 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.1 +version: 0.1.2 appVersion: "6.2.2" dependencies: - name: mariadb - version: "19.1.0" + version: "19.1.2" repository: oci://registry-1.docker.io/bitnamicharts condition: mariadb.enabled - name: redis