From 34640e00bdbb84be3bcd7c181c20d5ce9d89c7d7 Mon Sep 17 00:00:00 2001 From: Thomas Loubiou Date: Wed, 29 Jun 2022 15:09:56 +0200 Subject: [PATCH] fix(argo-cd): bump redis-ha dependency to 4.17.1 (#1350) Signed-off-by: Thomas Loubiou --- 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 f2113369..02e8942b 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.1 -digest: sha256:83d33cc45a9abc134f4de4bbe6b0036196bd8e153ee7392efdf3a1407698078e -generated: "2022-06-28T09:30:44.5453445-04:00" + version: 4.17.1 +digest: sha256:eecc8c4bee9af2f12aa6c7e6d0d76c87a8c0b06aa3f2af8405578c4725a5f501 +generated: "2022-06-29T14:57:19.381444853+02:00" diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 408854a4..d8a2db97 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.10 +version: 4.9.11 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.1 + version: 4.17.1 repository: https://dandydeveloper.github.io/charts/ condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - [Changed]: Update redis-ha dependency for cve mitigation" + - [Changed]: Update redis-ha dependency for better configuration options