From cb6ef0c31d25bfa68d76033d2d321abc8b2bfed2 Mon Sep 17 00:00:00 2001 From: darklore <958690+darklore@users.noreply.github.com> Date: Sat, 5 Mar 2022 17:51:29 +0900 Subject: [PATCH] fix(argo-workflows): Update argo workflows to v3.2.9 (#1156) Signed-off-by: darklore --- 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 4436d9ab..90a73ee3 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.11.1 -appVersion: v3.2.7 +version: 0.11.2 +appVersion: v3.2.9 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: | - - "[Fixed]: Avoid "namespace: null" when singleNamespace is true" + - "[Changed]: Update to app version v3.2.9"