2020-02-20 20:01:49 +00:00

29 lines
790 B
JSON

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