ScoopInstaller_Main/bucket/helmfile.json
2024-03-26 05:07:30 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.163.1",
"description": "Command line interface to deploy Kubernetes Helm Charts.",
"homepage": "https://github.com/helmfile/helmfile",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.163.1/helmfile_0.163.1_windows_amd64.tar.gz",
"hash": "cfdfb2ec37a608b8b3a9444e63e8c0ab2ed2d135e5dadf9e0efd718092e5f7ed"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.163.1/helmfile_0.163.1_windows_386.tar.gz",
"hash": "5bfb2cdd4782592ddc04aa546732e861a982120e8513c512bb963fb5ae69543d"
}
},
"bin": "helmfile.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_386.tar.gz"
}
},
"hash": {
"url": "$baseurl/helmfile_$version_checksums.txt"
}
}
}