feat(argo-cd): Upgrade argocd redis-ha dependency (#1349)
Signed-off-by: smcavallo <smcavallo@hotmail.com>pull/1347/head^2 argo-cd-4.9.10
parent
4a1903d0b8
commit
28d12acb0e
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue