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>
This commit is contained in:
Jonathan Muller 2023-02-24 22:56:41 +01:00 committed by GitHub
parent 88b92909e6
commit f66c40319a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 31 additions and 3 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.4.5
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.22.12
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:
@ -13,5 +13,11 @@ maintainers:
url: https://argoproj.github.io/
annotations:
artifacthub.io/changes: |
- kind: changed
description: Update documentation to explain why CRDs are in templates folder
- 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').