2020-03-12 19:01:48 +00:00

29 lines
790 B
JSON

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