mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-04 07:08:19 +00:00
10 lines
303 B
YAML
10 lines
303 B
YAML
|
|
apiVersion: v2
|
||
|
|
name: helm-with-dependencies
|
||
|
|
version: v1.0.0
|
||
|
|
dependencies:
|
||
|
|
- name: helm
|
||
|
|
repository: "https://localhost:9444/argo-e2e/testdata.git/helm-repo/local"
|
||
|
|
version: v1.0.0
|
||
|
|
- name: helm2
|
||
|
|
repository: "https://localhost:9444/argo-e2e/testdata.git/helm-repo/local2"
|
||
|
|
version: v1.0.0
|