linsui 264355ea0c helm: Update to version 3.0.0 (#572)
* helm: Update to version 3.0.0

* fix url
2019-11-15 10:57:40 +01:00

28 lines
744 B
JSON

{
"homepage": "https://helm.sh",
"description": "The package manager for Kubernetes",
"license": "Apache-2.0",
"version": "3.0.0",
"architecture": {
"64bit": {
"url": "https://get.helm.sh/helm-v3.0.0-windows-amd64.zip",
"hash": "ea3da9092214a11ed3a21a0b7bbd738c25b63cdefbb90f1c921aab7bbcce62c6"
}
},
"extract_dir": "windows-amd64",
"bin": "helm.exe",
"checkver": {
"github": "https://github.com/kubernetes/helm"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://get.helm.sh/helm-v$version-windows-amd64.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}