Skip to content

Commit 7fd7b93

Browse files
Argocd latest fixes (#33)
- kind: added description: Add priority queue to reporter - kind: fixed description: Fix bug with skip-current-step - kind: fixed description: Support creation of apps with empty dir in reporter
1 parent 7d123e9 commit 7fd7b93

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: v2.8.1-cap-CR-21281-new-reporter
2+
appVersion: v2.8.1-cap-CR-create-apps-with-err
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: 5.50.1-1-cap-CR-21429
6+
version: 5.50.1-2-cap-CR-create-apps-with-err
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -27,8 +27,8 @@ annotations:
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
2929
- kind: added
30-
description: Add event-reporter as a separate component
31-
- kind: changed
32-
description: Update ArgoCD version to v2.8.1-cap-CR-21281-new-reporter
33-
- kind: changed
34-
description: Add ability to switch between reporters
30+
description: Add priority queue to reporter
31+
- kind: fixed
32+
description: Fix bug with skip-current-step
33+
- kind: fixed
34+
description: Support creation of apps with empty dir in reporter

0 commit comments

Comments
 (0)