2019-11-06 16:01:50 +00:00

31 lines
846 B
JSON

{
"homepage": "https://helm.sh/",
"description": "The package manager for Kubernetes.",
"license": "Apache-2.0",
"version": "2.16.0",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v2.16.0-windows-amd64.tar.gz",
"hash": "bf8dc26d4eb371702cb56eb65184865c3bb3ea52efac13b07becf6edf2df7654"
}
},
"extract_dir": "windows-amd64",
"bin": [
"helm.exe",
"tiller.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"
}
}
}