From 6eaec3188a0771c9ec7e98e29230a31561f18d3a Mon Sep 17 00:00:00 2001 From: Aikawa Date: Mon, 24 Oct 2022 14:53:33 +0900 Subject: [PATCH] chore(argo-workflows): Update ArgoWorkflows to v3.4.2 (#1571) Signed-off-by: yu-croco --- charts/argo-workflows/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index cc47a875..0aafb850 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v3.4.1 +appVersion: v3.4.2 name: argo-workflows description: A Helm chart for Argo Workflows type: application -version: 0.20.2 +version: 0.20.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,4 @@ maintainers: url: https://argoproj.github.io/ annotations: artifacthub.io/changes: | - - "[Added]: Add support for topologySpreadConstraints" + - "[Changed]: Update ArgoWorkflows to v3.4.2"