mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-04-04 07:48:48 +02:00
18 lines
445 B
YAML
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 |