Marcus Griep 625f42e37a Add Helm (#1572)
* Add Helm

* helm: fix checkver
2017-06-30 17:58:55 +02:00

29 lines
802 B
JSON

{
"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"
}
}
}