feat(argo-workflows): Add volume and volumeMount parameters to controller (#1147)
* 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>
This commit is contained in:
parent
7248992d65
commit
4464f2a526
4 changed files with 16 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: argo-workflows
|
||||
description: A Helm chart for Argo Workflows
|
||||
type: application
|
||||
version: 0.10.1
|
||||
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
|
||||
|
|
@ -15,4 +15,4 @@ maintainers:
|
|||
- name: benjaminws
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Changed]: Update to app version v3.2.7"
|
||||
- "[Added]: Workflow Controller Volumes and VolumeMounts parameters"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue