github.com/stefanmcshane/helm@v0.0.0-20221213002717-88a4a2c6e77d/pkg/lint/rules/testdata/badchartfile/Chart.yaml (about)

     1  description: A Helm chart for Kubernetes
     2  version: 0.0.0.0
     3  home: ""
     4  type: application
     5  dependencies:
     6  - name: mariadb
     7    version: 5.x.x
     8    repository: https://charts.helm.sh/stable/
     9    condition: mariadb.enabled
    10    tags:
    11      - database