From a87503d5ad9429a6a2c587763ff5888eb8c2855a Mon Sep 17 00:00:00 2001 From: "dslab-renovate[bot]" <184400531+dslab-renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 08:27:30 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v20.2.0 --- wordpress/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress/Chart.yaml b/wordpress/Chart.yaml index 4625ad6..00c1c43 100644 --- a/wordpress/Chart.yaml +++ b/wordpress/Chart.yaml @@ -10,6 +10,6 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts condition: mariadb.enabled - name: redis - version: "20.1.4" + version: "20.2.0" repository: oci://registry-1.docker.io/bitnamicharts condition: redis.enabled