github.com/stefanmcshane/helm@v0.0.0-20221213002717-88a4a2c6e77d/pkg/lint/rules/testdata/anotherbadchartfile/Chart.yaml (about) 1 name: "some-chart" 2 apiVersion: v2 3 description: A Helm chart for Kubernetes 4 version: 72445e2 5 home: "" 6 type: application 7 appVersion: 72225e2 8 icon: "https://some-url.com/icon.jpeg" 9 dependencies: 10 - name: mariadb 11 version: 5.x.x 12 repository: https://charts.helm.sh/stable/ 13 condition: mariadb.enabled 14 tags: 15 - database