github.com/stefanmcshane/helm@v0.0.0-20221213002717-88a4a2c6e77d/pkg/downloader/testdata/repository/testing-index.yaml (about) 1 apiVersion: v1 2 entries: 3 alpine: 4 - name: alpine 5 urls: 6 - http://example.com/alpine-1.2.3.tgz 7 checksum: 0e6661f193211d7a5206918d42f5c2a9470b737d 8 home: https://helm.sh/helm 9 sources: 10 - https://github.com/helm/helm 11 version: 1.2.3 12 description: Deploy a basic Alpine Linux pod 13 keywords: [] 14 maintainers: [] 15 icon: "" 16 apiVersion: v2 17 - name: alpine 18 urls: 19 - http://example.com/alpine-0.2.0.tgz 20 - https://charts.helm.sh/stable/alpine-0.2.0.tgz 21 checksum: 0e6661f193211d7a5206918d42f5c2a9470b737d 22 home: https://helm.sh/helm 23 sources: 24 - https://github.com/helm/helm 25 version: 0.2.0 26 description: Deploy a basic Alpine Linux pod 27 keywords: [] 28 maintainers: [] 29 icon: "" 30 apiVersion: v2 31 foo: 32 - name: foo 33 description: Foo Chart 34 home: https://helm.sh/helm 35 keywords: [] 36 maintainers: [] 37 sources: 38 - https://github.com/helm/charts 39 urls: 40 - http://example.com/foo-1.2.3.tgz 41 version: 1.2.3 42 checksum: 0e6661f193211d7a5206918d42f5c2a9470b737d 43 apiVersion: v2