From 87f0f3a99c3542be24b3cc7faefca45828f5d76b Mon Sep 17 00:00:00 2001 From: "JM\" (Jason Meridth)" Date: Fri, 24 Jun 2022 00:47:27 -0500 Subject: [PATCH] feat(argo-workflows): Upgrade argo-workflows to v3.3.8 (#1341) --- 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 3c6a6821..2c617b70 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.16.5 -appVersion: v3.3.7 +version: 0.16.6 +appVersion: v3.3.8 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: | - - "[Changed]: Update to app version v3.3.7" + - "[Changed]: Update to app version v3.3.8"