argocd-helm/charts/argo-workflows/Chart.yaml
Jonathan Muller f66c40319a
chore(argo-workflows): expose option to control the log format/level (#1855)
* Allow to change the log format to json

Signed-off-by: Jonathan Muller <koren@pukogames.com>

* Documentation, version

Signed-off-by: Jonathan Muller <koren@pukogames.com>

---------

Signed-off-by: Jonathan Muller <koren@pukogames.com>
2023-02-24 15:56:41 -06:00

23 lines
833 B
YAML

apiVersion: v2
appVersion: v3.4.5
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.22.13
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
sources:
- https://github.com/argoproj/argo-workflows
maintainers:
- name: argoproj
url: https://argoproj.github.io/
annotations:
artifacthub.io/changes: |
- kind: added
description: Added workflow startup option --log-format (defaults to 'text').
- kind: added
description: Added server startup option --log-format (defaults to 'text').
- kind: added
description: Added server startup option --loglevel (defaults to 'info').
- kind: added
description: Added server startup option --gloglevel (defaults to '0').