fix(argo): Move dependencies into Chart.yaml. (#546)
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
parent
4f7fe688cf
commit
e8ca7ce63b
3 changed files with 7 additions and 7 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.12.3
|
||||
description: A Helm chart for Argo Workflows
|
||||
name: argo
|
||||
version: 0.15.1
|
||||
version: 0.15.2
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
maintainers:
|
||||
|
|
@ -10,3 +10,8 @@ maintainers:
|
|||
- name: alexmt
|
||||
- name: jessesuen
|
||||
- name: benjaminws
|
||||
dependencies:
|
||||
- name: minio
|
||||
version: 8.0.9
|
||||
repository: https://helm.min.io/
|
||||
condition: minio.install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue