mirror of https://github.com/helm/helm
Merge pull request #2512 from technosophos/fix/2510-missing-url-prefix
fix(helm): prepend repo URL to packages missing schemepull/2541/head
commit
3647e60786
@ -0,0 +1,16 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
entries:
|
||||||
|
alpine:
|
||||||
|
- name: alpine
|
||||||
|
urls:
|
||||||
|
- alpine-1.2.3.tgz
|
||||||
|
checksum: 0e6661f193211d7a5206918d42f5c2a9470b737d
|
||||||
|
home: https://k8s.io/helm
|
||||||
|
sources:
|
||||||
|
- https://github.com/kubernetes/helm
|
||||||
|
version: 1.2.3
|
||||||
|
description: Deploy a basic Alpine Linux pod
|
||||||
|
keywords: []
|
||||||
|
maintainers: []
|
||||||
|
engine: ""
|
||||||
|
icon: ""
|
Loading…
Reference in new issue