feat(argo-workflows): update to Argo Workflows version 3.3.2 (#1214)

* argo-workflows: update to Argo Workflows version 3.3.1

* Add WorkflowTaskResult CRD
* Add associated permissions to Workflow Controller Role

Signed-off-by: Ira W. Snyder <ira@descarteslabs.com>

* Address review comments

Signed-off-by: Ira W. Snyder <ira@descarteslabs.com>

* Update to Argo Workflows v3.3.2

A new release is out.

Signed-off-by: Ira W. Snyder <ira@descarteslabs.com>
This commit is contained in:
Ira W. Snyder 2022-04-22 00:09:17 -07:00 committed by GitHub
parent 21b9f14889
commit 99623fac0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 442 additions and 3 deletions

View file

@ -2,8 +2,8 @@ apiVersion: v2
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.13.1
appVersion: v3.2.9
version: 0.14.0
appVersion: v3.3.2
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]: Add missing list verb to secret"
- "[Changed]: Upgraded to Argo Workflows v3.3.2"