diff --git a/charts/argo-cd/Chart.lock b/charts/argo-cd/Chart.lock index 02e8942b..086d554c 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.17.1 -digest: sha256:eecc8c4bee9af2f12aa6c7e6d0d76c87a8c0b06aa3f2af8405578c4725a5f501 -generated: "2022-06-29T14:57:19.381444853+02:00" + version: 4.20.0 +digest: sha256:d9ae15e83874338ffde67b9c37c5afd9ef3f2ec9f92e61e6bf132d33e458fbbf +generated: "2022-08-25T13:17:50.919151+09:00" diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 21704899..f003c457 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.4.11 description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 5.2.0 +version: 5.2.1 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.17.1 + version: 4.20.0 repository: https://dandydeveloper.github.io/charts/ condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Changed]: manage CRD by Helm" + - "[Changed]: Update redis-ha"