From 15f3d51e0d2e072497a93eef88399ed9bc7def18 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Sun, 23 Mar 2025 01:00:52 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v20.11.4 --- installations/databases/helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/databases/helmfile.yaml b/installations/databases/helmfile.yaml index ac316a5..4a31f2a 100644 --- a/installations/databases/helmfile.yaml +++ b/installations/databases/helmfile.yaml @@ -12,7 +12,7 @@ releases: chart: bitnami/redis namespace: databases condition: redis.enabled - version: 20.11.3 + version: 20.11.4 inherit: - template: default-env-values - template: default-env-secrets -- 2.47.2