github.com/stefanmcshane/helm@v0.0.0-20221213002717-88a4a2c6e77d/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
    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