2019-12-05 21:00:28 +00:00

28 lines
744 B
JSON

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