mirror of https://github.com/helm/helm
parent
2234dc8927
commit
0783fee7b7
@ -1,18 +1,24 @@
|
|||||||
foobar-0.1.0:
|
foobar-0.1.0:
|
||||||
url: http://storage.googleapis.com/kubernetes-charts/nginx-0.1.0.tgz
|
url: http://storage.googleapis.com/kubernetes-charts/nginx-0.1.0.tgz
|
||||||
name: foobar
|
name: foobar
|
||||||
description: string
|
removed: false
|
||||||
version: 0.1.0
|
chartfile:
|
||||||
home: https://github.com/foo
|
name: foobar
|
||||||
keywords:
|
description: string
|
||||||
- dummy
|
version: 0.1.0
|
||||||
- hokey
|
home: https://github.com/foo
|
||||||
|
keywords:
|
||||||
|
- dummy
|
||||||
|
- hokey
|
||||||
oddness-1.2.3:
|
oddness-1.2.3:
|
||||||
url: http://storage.googleapis.com/kubernetes-charts/alpine-1.0.0.tgz
|
url: http://storage.googleapis.com/kubernetes-charts/alpine-1.0.0.tgz
|
||||||
name: oddness
|
name: oddness
|
||||||
description: string
|
removed: false
|
||||||
version: 1.2.3
|
chartfile:
|
||||||
home: https://github.com/something
|
name: oddness
|
||||||
keywords:
|
description: string
|
||||||
- duck
|
version: 1.2.3
|
||||||
- sumtin
|
home: https://github.com/something
|
||||||
|
keywords:
|
||||||
|
- duck
|
||||||
|
- sumtin
|
||||||
|
@ -1,22 +1,28 @@
|
|||||||
nginx-0.1.0:
|
nginx-0.1.0:
|
||||||
url: http://storage.googleapis.com/kubernetes-charts/nginx-0.1.0.tgz
|
url: http://storage.googleapis.com/kubernetes-charts/nginx-0.1.0.tgz
|
||||||
name: nginx
|
name: nginx
|
||||||
description: string
|
removed: false
|
||||||
version: 0.1.0
|
chartfile:
|
||||||
home: https://github.com/something
|
name: nginx
|
||||||
keywords:
|
description: string
|
||||||
- popular
|
version: 0.1.0
|
||||||
- web server
|
home: https://github.com/something
|
||||||
- proxy
|
keywords:
|
||||||
|
- popular
|
||||||
|
- web server
|
||||||
|
- proxy
|
||||||
alpine-1.0.0:
|
alpine-1.0.0:
|
||||||
url: http://storage.googleapis.com/kubernetes-charts/alpine-1.0.0.tgz
|
url: http://storage.googleapis.com/kubernetes-charts/alpine-1.0.0.tgz
|
||||||
name: alpine
|
name: alpine
|
||||||
description: string
|
removed: false
|
||||||
version: 1.0.0
|
chartfile:
|
||||||
home: https://github.com/something
|
name: alpine
|
||||||
keywords:
|
description: string
|
||||||
- linux
|
version: 1.0.0
|
||||||
- alpine
|
home: https://github.com/something
|
||||||
- small
|
keywords:
|
||||||
- sumtin
|
- linux
|
||||||
|
- alpine
|
||||||
|
- small
|
||||||
|
- sumtin
|
||||||
|
|
||||||
|
Loading…
Reference in new issue