Commit graph

3 commits

Author SHA1 Message Date
JM
6099bbb256
fix(argo-workflows): move crds folder into templates folder (#1472)
Fixes #1430 #1468

Due to multiple instances where new/changed CRDs for argo-workflows do not
get installed/updated I believe it is time to move the crds folder into
the templates folder like our other helm charts.

I'm aware helm 3 is supposed to handle the crds folder but it seems there
are a few known issues currently [here](https://github.com/hashicorp/terraform-provider-helm/issues/944), [here](https://github.com/helm/helm/issues/11321) and [here](https://github.com/helm/helm/pull/11330) that show that may still
need some work.

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

Signed-off-by: jmeridth <jmeridth@gmail.com>
2022-09-21 05:34:39 -05:00
Ira W. Snyder
99623fac0c
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>
2022-04-22 09:09:17 +02:00
Louis Haußknecht
2671798e82
feat(argo-workflows): Bump appVersion to 3.2.0 (#963)
* feat(argo-workflows): Bump appVersion to 3.2.0

Signed-off-by: Louis Haußknecht <lh@haussknecht.com>

* feat(argo-workflows): Add WorkflowTaskSet to CRD

Signed-off-by: Louis Haußknecht <lh@haussknecht.com>

* feat(argo-workflows): Synced CRDs with https://github.com/argoproj/argo-workflows/tree/v3.2.0/manifests/base/crds/minimal.

Signed-off-by: Louis Haußknecht <lh@haussknecht.com>

* Bump Chart version

Signed-off-by: Marko Bevc <marko@scalefactory.com>

Co-authored-by: Marko Bevc <marko@scalefactory.com>
2021-10-15 11:21:48 +01:00