From 0d81f41db04f5022f0bd77d4a0e2aad9603097fc Mon Sep 17 00:00:00 2001 From: "dslab-renovate[bot]" <184400531+dslab-renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 08:33:59 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v23.2.12 --- wordpress/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wordpress/Chart.yaml b/wordpress/Chart.yaml index ea931b0..4bffc18 100644 --- a/wordpress/Chart.yaml +++ b/wordpress/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: wordpress description: A Helm chart for Wordpress on Kubernetes with NGINX and PHP-FPM type: application -version: 0.1.38 +version: 0.1.39 appVersion: "6.8.3" dependencies: - name: mariadb @@ -10,6 +10,6 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts condition: mariadb.enabled - name: redis - version: "23.2.1" + version: "23.2.12" repository: oci://registry-1.docker.io/bitnamicharts condition: redis.enabled