2019-12-17 19:01:12 +00:00

28 lines
744 B
JSON

{
"homepage": "https://helm.sh",
"description": "The package manager for Kubernetes",
"license": "Apache-2.0",
"version": "3.0.2",
"architecture": {
"64bit": {
"url": "https://get.helm.sh/helm-v3.0.2-windows-amd64.zip",
"hash": "b76dabf4e25166ebf1db7337145b02cc986fcfcee06e195df983c39c36722f46"
}
},
"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"
}
}
}