argo-cd/util/helm/testdata/dependency/Chart.yaml

18 lines
445 B
YAML
Raw Normal View History

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