github.com/doitroot/helm@v3.0.0-beta.3+incompatible/pkg/chartutil/testdata/subpop/charts/subchart2/Chart.yaml (about) 1 apiVersion: v1 2 description: A Helm chart for Kubernetes 3 name: subchart2 4 version: 0.1.0 5 dependencies: 6 - name: subchartb 7 repository: http://localhost:10191 8 version: 0.1.0 9 condition: subchartb.enabled,subchart2.subchartb.enabled 10 tags: 11 - back-end 12 - subchartb 13 - name: subchartc 14 repository: http://localhost:10191 15 version: 0.1.0 16 condition: subchartc.enabled 17 tags: 18 - back-end 19 - subchartc