Skip to content

Commit

Permalink
Merge pull request #64 from codefresh-io/fix-default-version-config
Browse files Browse the repository at this point in the history
fix default version config
  • Loading branch information
andrii-codefresh authored Mar 14, 2024
2 parents 69c82c3 + e850862 commit c4de0ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: v2.9-2024.3.12-b23aa3fb6
appVersion: v2.9-2024.3.14-6cca9ccf8
kubeVersion: ">=1.23.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 5.53.12-7-cap-2.9-2024.3.12-b23aa3fb6
version: 5.53.12-8-cap-2.9-2024.3.14-6cca9ccf8
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
Expand Down Expand Up @@ -32,3 +32,5 @@ annotations:
description: Change ArgoCD image to 2.9-2024.3.5-80c3e7225 which includes event-reporter rate-limiter.
- kind: changed
description: jsonPath to application versions uses format with $ sign for root element.
- kind: fixed
description: fix default version config.

0 comments on commit c4de0ef

Please sign in to comment.