ScoopInstaller_Main/bucket/helmfile.json
2023-11-01 04:26:56 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.158.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.158.1/helmfile_0.158.1_windows_amd64.tar.gz",
"hash": "389594024fe8cad9c70e58b138ecd28c6392cbcfef7f44ed4ad6194ef1442b7e"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.158.1/helmfile_0.158.1_windows_386.tar.gz",
"hash": "eae3f699b3fd2df4787d15596bea7c4cd10c47d0057ae3c191c479724a815ed3"
}
},
"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"
}
}
}