ScoopInstaller_Main/bucket/helmfile.json
2025-01-18 04:29:07 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.170.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.170.0/helmfile_0.170.0_windows_amd64.tar.gz",
"hash": "8f9a421f9a725a55dc9ca9698a353bf71dd9d3fe4ba5fa6016aa7407db7b4acf"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.170.0/helmfile_0.170.0_windows_386.tar.gz",
"hash": "236d75c95c9f4898dc88ced308554902a35dfb071ad94164dd3f1bbf3e800f68"
}
},
"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"
}
}
}