* feat: update subchart minio and add Helm 3 compatibility Argo WF Signed-off-by: Carlos Juan Gómez Peñalver <carlosjuangp@gmail.com> * fix: use Helm 2 to create the dependencies.lock helm/helm#7233 Fix related to this ticket merged 8h ago https://github.com/helm/helm/issues/7233 Signed-off-by: Carlos Juan Gómez Peñalver <carlosjuangp@gmail.com> * fix: revert testing values Signed-off-by: Carlos Juan Gómez Peñalver <carlosjuangp@gmail.com>
16 lines
352 B
YAML
16 lines
352 B
YAML
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: workflows.argoproj.io
|
|
annotations:
|
|
helm.sh/hook: crd-install
|
|
helm.sh/hook-delete-policy: before-hook-creation
|
|
spec:
|
|
group: argoproj.io
|
|
version: v1alpha1
|
|
scope: Namespaced
|
|
names:
|
|
kind: Workflow
|
|
plural: workflows
|
|
shortNames:
|
|
- wf
|