2020-06-04 23:46:57 +02:00

29 lines
790 B
JSON

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