From 3b752aaeaae760eaf2d0cd2ab9ae87a027d4c9bd Mon Sep 17 00:00:00 2001 From: Christopher Recla Date: Fri, 19 Feb 2021 08:01:20 -0700 Subject: [PATCH] Update redis to 6.0.10 in argocd deployment --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 5835d35..954962b 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1646,7 +1646,7 @@ redis: image: registry: registry.il2.dso.mil repository: jaic-devsecops/apps/bitnami/redis - tag: 6.0.4 + tag: 6.0.10 pullPolicy: Always pullSecrets: - regcreds -- GitLab