From 28d12acb0ec663b58f96ef39e0030ba8a66d84b7 Mon Sep 17 00:00:00 2001
From: smcavallo <smcavallo@users.noreply.github.com>
Date: Tue, 28 Jun 2022 11:11:29 -0400
Subject: [PATCH] feat(argo-cd): Upgrade argocd redis-ha dependency (#1349)

Signed-off-by: smcavallo <smcavallo@hotmail.com>
---
 charts/argo-cd/Chart.lock | 6 +++---
 charts/argo-cd/Chart.yaml | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/charts/argo-cd/Chart.lock b/charts/argo-cd/Chart.lock
index 932ea555..f2113369 100644
--- a/charts/argo-cd/Chart.lock
+++ b/charts/argo-cd/Chart.lock
@@ -1,6 +1,6 @@
 dependencies:
 - name: redis-ha
   repository: https://dandydeveloper.github.io/charts/
-  version: 4.16.0
-digest: sha256:fa6a784ee32cc11fbc1bbbbaafcb179e447bc984e898ae35a1cd4408dbed7ccb
-generated: "2022-05-25T11:44:28.53802+02:00"
+  version: 4.16.1
+digest: sha256:83d33cc45a9abc134f4de4bbe6b0036196bd8e153ee7392efdf3a1407698078e
+generated: "2022-06-28T09:30:44.5453445-04:00"
diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml
index 84f55479..408854a4 100644
--- a/charts/argo-cd/Chart.yaml
+++ b/charts/argo-cd/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
 appVersion: v2.4.3
 description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
 name: argo-cd
-version: 4.9.9
+version: 4.9.10
 home: https://github.com/argoproj/argo-helm
 icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
 keywords:
@@ -16,9 +16,9 @@ maintainers:
   - name: seanson
 dependencies:
   - name: redis-ha
-    version: 4.16.0
+    version: 4.16.1
     repository: https://dandydeveloper.github.io/charts/
     condition: redis-ha.enabled
 annotations:
   artifacthub.io/changes: |
-    - [Changed]: Update to app version 2.4.3"
+    - [Changed]: Update redis-ha dependency for cve mitigation"