github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/examples/helm-dependency-example/Chart.yaml (about) 1 apiVersion: v1 2 name: helm-dependency-example 3 description: A minimal Helm chart to demonstrate how to use terratest to test helm charts with dependency 4 version: 0.0.1 5 dependencies: 6 - name: helm-basic-example 7 alias: basic 8 repository: file://../helm-basic-example 9 condition: basic.enabled 10 version: 0.0.1