2021-09-15 21:45:40 -07:00

29 lines
800 B
JSON

{
"version": "3.7.0",
"description": "The package manager for Kubernetes",
"homepage": "https://helm.sh",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://get.helm.sh/helm-v3.7.0-windows-amd64.zip",
"hash": "cf6dd076898e2dc1e7f4af593d011f99a9de353b6a2d019731dbc254a1ec880e",
"extract_dir": "windows-amd64"
}
},
"bin": "helm.exe",
"checkver": {
"url": "https://github.com/kubernetes/helm/releases",
"regex": "/tag/v(3\\.[\\d.]+)\""
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://get.helm.sh/helm-v$version-windows-amd64.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}