ScoopInstaller_Main/bucket/helmfile.json
2024-10-16 00:35:04 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.169.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.169.0/helmfile_0.169.0_windows_amd64.tar.gz",
"hash": "da1a1daa912a4ef2a2aa6e44478aa67031816c4ee5c525bcdd9cd3e87fcef8d2"
},
"32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.169.0/helmfile_0.169.0_windows_386.tar.gz",
"hash": "ad7f33a88b09a44f60236016903f230e0735f98b5397f8a07f9214b6eb406439"
}
},
"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"
}
}
}