feat(argo-workflows) Upgrade argo-workflows to v3.3.7 (#1337)

[Release Notes](https://github.com/argoproj/argo-workflows/releases/tag/v3.3.7)

Includes:
- fix: Skip TestExitHookWithExpression() completely ([#8761](https://github.com/argoproj/argo-workflows/pull/8761))

Signed-off-by: jmeridth <jmeridth@gmail.com>

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
JM" (Jason Meridth) 2022-06-23 11:00:43 -05:00 committed by GitHub
parent 6f8aea3750
commit 789ce031bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,8 @@ apiVersion: v2
name: argo-workflows name: argo-workflows
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
type: application type: application
version: 0.16.4 version: 0.16.5
appVersion: v3.3.6 appVersion: v3.3.7
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
sources: sources:
@ -15,4 +15,4 @@ maintainers:
- name: benjaminws - name: benjaminws
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- "[Fixed]: Add missing verb on workflow-controller cluster role for using HTTP templates" - "[Changed]: Update to app version v3.3.7"