65 lines
1.8 KiB
YAML
65 lines
1.8 KiB
YAML
apiVersion: v1
|
|
entries:
|
|
nginx:
|
|
- urls:
|
|
- https://kubernetes-charts.storage.googleapis.com/nginx-0.1.0.tgz
|
|
name: nginx
|
|
description: string
|
|
version: 0.1.0
|
|
home: https://github.com/something
|
|
digest: "sha256:1234567890abcdef"
|
|
keywords:
|
|
- popular
|
|
- web server
|
|
- proxy
|
|
- urls:
|
|
- https://kubernetes-charts.storage.googleapis.com/nginx-0.2.0.tgz
|
|
name: nginx
|
|
description: string
|
|
version: 0.2.0
|
|
home: https://github.com/something/else
|
|
digest: "sha256:1234567890abcdef"
|
|
keywords:
|
|
- popular
|
|
- web server
|
|
- proxy
|
|
alpine:
|
|
- urls:
|
|
- https://kubernetes-charts.storage.googleapis.com/alpine-1.0.0.tgz
|
|
- http://storage2.googleapis.com/kubernetes-charts/alpine-1.0.0.tgz
|
|
name: alpine
|
|
description: string
|
|
version: 1.0.0
|
|
home: https://github.com/something
|
|
keywords:
|
|
- linux
|
|
- alpine
|
|
- small
|
|
- sumtin
|
|
digest: "sha256:1234567890abcdef"
|
|
chartWithNoURL:
|
|
- name: chartWithNoURL
|
|
description: string
|
|
version: 1.0.0
|
|
home: https://github.com/something
|
|
keywords:
|
|
- small
|
|
- sumtin
|
|
digest: "sha256:1234567890abcdef"
|
|
xChartWithDuplicateDependenciesAndMissingAlias:
|
|
- name: xChartWithDuplicateDependenciesAndMissingAlias
|
|
description: string
|
|
version: 1.2.3
|
|
home: https://example.com/something
|
|
keywords:
|
|
- broken
|
|
- still accepted
|
|
urls:
|
|
- https://kubernetes-charts.storage.googleapis.com/nginx-1.2.3.tgz
|
|
digest: "sha256:1234567890abcdef"
|
|
dependencies:
|
|
- name: kube-rbac-proxy
|
|
version: "0.9.1"
|
|
- name: kube-rbac-proxy
|
|
version: "0.9.1"
|