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
This commit is contained in:
parent
7d123e924a
commit
7fd7b93c1a
1 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v2.8.1-cap-CR-21281-new-reporter
|
appVersion: v2.8.1-cap-CR-create-apps-with-err
|
||||||
kubeVersion: ">=1.23.0-0"
|
kubeVersion: ">=1.23.0-0"
|
||||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 5.50.1-1-cap-CR-21429
|
version: 5.50.1-2-cap-CR-create-apps-with-err
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -27,8 +27,8 @@ annotations:
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: added
|
||||||
description: Add event-reporter as a separate component
|
description: Add priority queue to reporter
|
||||||
- kind: changed
|
- kind: fixed
|
||||||
description: Update ArgoCD version to v2.8.1-cap-CR-21281-new-reporter
|
description: Fix bug with skip-current-step
|
||||||
- kind: changed
|
- kind: fixed
|
||||||
description: Add ability to switch between reporters
|
description: Support creation of apps with empty dir in reporter
|
||||||
|
|
Loading…
Reference in a new issue