feat(argo-workflows): Add support for topologySpreadConstraints (#1496)

Signed-off-by: Kiyoshi Muranaka <hxhgkkrgi@gmail.com>

Signed-off-by: Kiyoshi Muranaka <hxhgkkrgi@gmail.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
This commit is contained in:
Kiyoshi Muranaka 2022-10-22 16:37:31 +09:00 committed by GitHub
parent 12a1ccea75
commit 2626b31b69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 45 additions and 2 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.4.1
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.20.1
version: 0.20.2
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
sources:
@ -13,4 +13,4 @@ maintainers:
url: https://argoproj.github.io/
annotations:
artifacthub.io/changes: |
- "[Changed]: Upgrade ArgoWorkflows to v3.4.1"
- "[Added]: Add support for topologySpreadConstraints"