2017-11-16 02:01:09 +00:00

29 lines
808 B
JSON

{
"homepage": "https://helm.sh/",
"license": "https://github.com/kubernetes/helm/blob/master/LICENSE",
"version": "2.7.2",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v2.7.2-windows-amd64.tar.gz",
"hash": "338ba3a69f2acce8618dc8714cfa9cc4d274918912ec434b5141f8df32739a07"
}
},
"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.tar.gz"
}
},
"hash": {
"url": "$url.sha256"
}
}
}