From ba6b528330cfe48936f2c602b8a98a8b22744e80 Mon Sep 17 00:00:00 2001 From: 66li <37136076+66li@users.noreply.github.com> Date: Mon, 20 Dec 2021 18:59:35 +0800 Subject: [PATCH] feat(argo-workflows): Upgrade argo-workflows to v3.2.6 (#1065) --- 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 742e12d7..74f552ef 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: argo-workflows description: A Helm chart for Argo Workflows type: application -version: 0.9.3 -appVersion: v3.2.4 +version: 0.9.4 +appVersion: v3.2.6 icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm sources: @@ -15,4 +15,4 @@ maintainers: - name: benjaminws annotations: artifacthub.io/changes: | - - "[Added]: Added documentation and (default disabled) settings for dev-mode or delegated server authentication" + - "[Changed]: Update to app version v3.2.6"