Files
argo-cd/util/helm/testdata/dependency/Chart.yaml
Alexander Matyushentsev 0162971ea0 fix: implement workaround for helm/helm#6870 bug (#3290)
* fix: implement workaround for  helm/helm#6870 bug

* Update app_management_test.go
2020-03-25 21:07:02 -07:00

18 lines
445 B
YAML

apiVersion: v2
name: foobar
description: A Helm chart for Kubernetes
home: https://localhost
dependencies:
- name: mongodb
version: 7.8.10
repository: https://charts.bitnami.com/bitnami
condition: mongodb.enabled
- name: eventstore
version: 0.2.5
repository: https://eventstore.github.io/EventStore.Charts
condition: eventstore.enabled
maintainers:
- name: estahn
type: application
version: 0.1.0
appVersion: 1.16.0