From 70cdc584f4e966026bf9ec0f58e2215b96a11312 Mon Sep 17 00:00:00 2001 From: "dslab-renovate[bot]" <184400531+dslab-renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:33:44 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v20.6.0 --- wordpress/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wordpress/Chart.yaml b/wordpress/Chart.yaml index b8a346e..a11487b 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.8 +version: 0.1.9 appVersion: "6.2.2" dependencies: - name: mariadb @@ -10,6 +10,6 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts condition: mariadb.enabled - name: redis - version: "20.4.0" + version: "20.6.0" repository: oci://registry-1.docker.io/bitnamicharts condition: redis.enabled