* feat(argo-workflows): Add controller volumes Signed-off-by: John Clark <clark.john.d@outlook.com> * Chart.yaml mispelling (paramaters > parameters) Signed-off-by: John Clark <clark.john.d@outlook.com> * Apply suggestions from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
18 lines
528 B
YAML
18 lines
528 B
YAML
apiVersion: v2
|
|
name: argo-workflows
|
|
description: A Helm chart for Argo Workflows
|
|
type: application
|
|
version: 0.11.0
|
|
appVersion: v3.2.7
|
|
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
|
home: https://github.com/argoproj/argo-helm
|
|
sources:
|
|
- https://github.com/argoproj/argo-workflows
|
|
maintainers:
|
|
- name: alexec
|
|
- name: alexmt
|
|
- name: jessesuen
|
|
- name: benjaminws
|
|
annotations:
|
|
artifacthub.io/changes: |
|
|
- "[Added]: Workflow Controller Volumes and VolumeMounts parameters"
|