From e9aa8d1326b345f4a5a8b34f045ee389ed1c6c60 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Mon, 17 Feb 2025 01:01:19 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v20.7.1 --- 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..12c35ab 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.1 inherit: - template: default-env-values - template: default-env-secrets