fix(argo): Move dependencies into Chart.yaml. (#546)

Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
Vlad Losev 2021-01-14 10:52:52 -08:00 committed by GitHub
parent 4f7fe688cf
commit e8ca7ce63b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -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"

View file

@ -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

View file

@ -1,5 +0,0 @@
dependencies:
- name: minio
version: 8.0.9
repository: https://helm.min.io/
condition: minio.install