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
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://helm.min.io/
|
repository: https://helm.min.io/
|
||||||
version: 8.0.9
|
version: 8.0.9
|
||||||
digest: sha256:0f43ad0a4b4e9af47615ef3da85054712eb28f154418d96b7b974a095cc19260
|
digest: sha256:0f43ad0a4b4e9af47615ef3da85054712eb28f154418d96b7b974a095cc19260
|
||||||
generated: "2021-01-11T15:01:01.169105-08:00"
|
generated: "2021-01-13T15:31:40.823086-08:00"
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: v2.12.3
|
appVersion: v2.12.3
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
name: argo
|
name: argo
|
||||||
version: 0.15.1
|
version: 0.15.2
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
|
@ -10,3 +10,8 @@ maintainers:
|
||||||
- name: alexmt
|
- name: alexmt
|
||||||
- name: jessesuen
|
- name: jessesuen
|
||||||
- name: benjaminws
|
- name: benjaminws
|
||||||
|
dependencies:
|
||||||
|
- name: minio
|
||||||
|
version: 8.0.9
|
||||||
|
repository: https://helm.min.io/
|
||||||
|
condition: minio.install
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
dependencies:
|
|
||||||
- name: minio
|
|
||||||
version: 8.0.9
|
|
||||||
repository: https://helm.min.io/
|
|
||||||
condition: minio.install
|
|
Loading…
Reference in a new issue