2018-08-17 19:00:18 +00:00

29 lines
766 B
JSON

{
"homepage": "https://helm.sh/",
"license": "Apache-2.0",
"version": "2.10.0",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v2.10.0-windows-amd64.tar.gz",
"hash": "9bd32dae4b4631480782904dd79a6c942803a4e1c8974072d39aed2a74fca86c"
}
},
"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"
}
}
}