2019-10-29 22:00:20 +00:00

31 lines
846 B
JSON

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