chore(argo-workflows): Support missing configurations to workflow controller cm (#1716)

Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
Aikawa 2022-12-19 18:07:44 +09:00 committed by GitHub
parent 3c8ad7be89
commit 56f3b77fd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 2 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.4.4
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.22.2
version: 0.22.3
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
sources:
@ -13,4 +13,5 @@ maintainers:
url: https://argoproj.github.io/
annotations:
artifacthub.io/changes: |
- "[Added]: Support images property to workflow-controller-configmap for emissary executor"
- "[Added]: Support nodeEvents property to workflow-controller-configmap"
- "[Added]: Support kubeConfig property to workflow-controller-configmap"