diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index f46e2921..e3479e75 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v2.3.4 +appVersion: v2.4.0 description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 4.8.3 +version: 4.9.0 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png keywords: @@ -21,4 +21,8 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Added]: Support annotations in argocd-configs secrets" + - "[Changed]: Update Argo CD to v2.4.0" + - "[Added]: Specify logs RBAC enforcement config in server" + - "[Changed]: Remove ksonnet and helm 2 support from Application and applicationSet CRDs" + - "[Changed]: Use applicationset binary on the upstream image" + - "[Changed]: Upgrade redis to 7.0.0" diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index d5ccf50c..17dd8642 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -95,6 +95,10 @@ kubectl apply -k https://github.com/argoproj/argo-cd.git/manifests/crds?ref=