feat(argo-rollouts): Add support for topologySpreadConstraints (#1755)

This commit is contained in:
Kiyoshi Muranaka 2023-01-18 11:38:50 +09:00 committed by GitHub
parent 5c6ad38b15
commit 2777121707
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 48 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v1.3.1
description: A Helm chart for Argo Rollouts
name: argo-rollouts
version: 2.21.1
version: 2.21.2
home: https://github.com/argoproj/argo-helm
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
keywords:
@ -15,4 +15,4 @@ maintainers:
url: https://argoproj.github.io/
annotations:
artifacthub.io/changes: |
- "[Changed]: Upgrade ArgoRollouts to v1.3.1"
- "[Added]: Add support for topologySpreadConstraints"