From 4cf3ab26193f079cc85fc94761b415139ff5c515 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Tue, 11 Feb 2025 01:01:16 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v20.7.0 --- 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 917306f..bebb2ef 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.6.2 + version: 20.7.0 inherit: - template: default-env-values - template: default-env-secrets