2023-12-19 20:23:05 +00:00

44 lines
1.7 KiB
JSON

{
"version": "2.2.2",
"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.2.2/flux_2.2.2_windows_amd64.zip",
"hash": "642fc5c510415ec544de1ea0af8be7136c867d70ae702ec40b977601a2e8d0eb"
},
"arm64": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.2.2/flux_2.2.2_windows_arm64.zip",
"hash": "685a101571cd016cd78acf36beb95b4a72a69ec56a4a926987c9e450707370ae"
},
"32bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.2.2/flux_2.2.2_windows_386.zip",
"hash": "ceec5fa04515e701c2bec9588c3d80645e1c895a9a1eeab6fa5eaacff9b9cf16"
}
},
"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."
}