* Add Helm

* helm: fix checkver
This commit is contained in:
Marcus Griep 2017-06-30 11:58:55 -04:00 committed by Richard Kuhnt
parent 886d932b83
commit 625f42e37a

28
helm.json Normal file
View File

@ -0,0 +1,28 @@
{
"homepage": "https://helm.sh/",
"license": "https://github.com/kubernetes/helm/blob/master/LICENSE",
"version": "2.5.0",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v2.5.0-windows-amd64.zip",
"hash": "c616826416e349a22f0c8c694a82e04035c700d0bbc0130debb5f739d875acac"
}
},
"extract_dir": "windows-amd64",
"bin": [
"helm.exe"
],
"checkver": {
"github": "https://github.com/kubernetes/helm"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v$version-windows-amd64.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}