ScoopInstaller_Main/bucket/helmfile.json
2025-02-14 00:18:00 +08:00

39 lines
1.6 KiB
JSON

{
"version": "0.171.0",
"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.171.0/helmfile_0.171.0_windows_amd64.tar.gz",
"hash": "1cde3bb80ec893209f0a7dddf50e0513f28186fa93ee018072d6e6f509b4c475"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.171.0/helmfile_0.171.0_windows_386.tar.gz",
"hash": "6b21a3dbb0307d0364db929c47233480d936bfa84b7916e7748eb2fe0f713457"
},
"arm64": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.171.0/helmfile_0.171.0_windows_arm64.tar.gz",
"hash": "536a40d751604c27a205f2b608a31e6031ffb0310ec1300f081de6ac19f77cb3"
}
},
"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"
},
"arm64": {
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/helmfile_$version_checksums.txt"
}
}
}