github.com/doitroot/helm@v3.0.0-beta.3+incompatible/pkg/chartutil/testdata/frobnitz_backslash/Chart.yaml (about) 1 apiVersion: v1 2 name: frobnitz_backslash 3 description: This is a frobnitz. 4 version: "1.2.3" 5 keywords: 6 - frobnitz 7 - sprocket 8 - dodad 9 maintainers: 10 - name: The Helm Team 11 email: helm@example.com 12 - name: Someone Else 13 email: nobody@example.com 14 sources: 15 - https://example.com/foo/bar 16 home: http://example.com 17 icon: https://example.com/64x64.png 18 annotations: 19 extrakey: extravalue 20 anotherkey: anothervalue 21 dependencies: 22 - name: alpine 23 version: "0.1.0" 24 repository: https://example.com/charts 25 - name: mariner 26 version: "4.3.2" 27 repository: https://example.com/charts