2019-10-18 19:00:16 +00:00

31 lines
846 B
JSON

{
"homepage": "https://helm.sh/",
"description": "The package manager for Kubernetes.",
"license": "Apache-2.0",
"version": "2.15.0",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v2.15.0-windows-amd64.tar.gz",
"hash": "777e05f60fdc51f403ba40f42b52b6726d1c23af5701f0ee5c9853bb31134b75"
}
},
"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"
}
}
}