Skip to content

Commit 4aa9cab

Browse files
Merge pull request #83 from codefresh-io/CR-23822-argo-cd-wrong-commit-message
fix: argo-cd with fix - report application event from queue instead of requesting live state
2 parents 7ec1712 + 218b12a commit 4aa9cab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: v2.11-2024.6.26-5cebdff8d
2+
appVersion: v2.11-2024.7.2-c9bad168e
33
kubeVersion: ">=1.23.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 6.11.1-1-cap-2.11-2024.6.26-5cebdff8d
6+
version: 6.11.1-2-cap-2.11-2024.7.2-c9bad168e
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -27,4 +27,4 @@ annotations:
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
2929
- kind: changed
30-
description: Upgrade argo-cd to v2.11-2024.6.26-5cebdff8d with fixes for application metadata changes reporting
30+
description: Upgrade argo-cd to v2.11-2024.7.2-c9bad168e with fix - report application event from queue instead of requesting actual state again which potentially means doesn't get same data as in original event

0 commit comments

Comments
 (0)