2025-10-28 20:29:47 +00:00

44 lines
1.7 KiB
JSON

{
"version": "2.7.3",
"description": "Open and extensible continuous delivery solution for Kubernetes.",
"homepage": "https://fluxcd.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.7.3/flux_2.7.3_windows_amd64.zip",
"hash": "fb11ee98527652fbb17cf072045b725dc16345968dcb76bc5150f0b53223a305"
},
"arm64": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.7.3/flux_2.7.3_windows_arm64.zip",
"hash": "a1af05d0abfd6c4fdf94a617c2d2e6fcfa3f1d811abc498c0155c71ee3bb3be1"
},
"32bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.7.3/flux_2.7.3_windows_386.zip",
"hash": "c9fd23ae3493faf5cd48562dc89ca9ef943976302e4078fe9d3d41dc790af38d"
}
},
"bin": "flux.exe",
"checkver": {
"url": "https://api.github.com/repositories/258469100/releases",
"jsonpath": "$..browser_download_url",
"regex": "flux_([\\d.]+)_windows_amd64.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_arm64.zip"
},
"32bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/flux_$version_checksums.txt"
}
},
"notes": "For Flux v1, please install 'versions/fluxctl' instead."
}