2019-10-23 09: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.15.1",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v2.15.1-windows-amd64.tar.gz",
"hash": "c4ae2ac9a80ab9f90630ee8126dc4677b858cb65beb95349a47dfe5ca716ed1a"
}
},
"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"
}
}
}