2023-08-24 16:27:46 +00:00

44 lines
1.7 KiB
JSON

{
"version": "2.1.0",
"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.1.0/flux_2.1.0_windows_amd64.zip",
"hash": "9e94856e527690a45a42dc6034c3131520b0265db74ca5968eb8861636c8ca70"
},
"arm64": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.1.0/flux_2.1.0_windows_arm64.zip",
"hash": "e0846359ef9e89dac73cbcfc83e915a88d80546efb2168536bec693f6d55b39c"
},
"32bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.1.0/flux_2.1.0_windows_386.zip",
"hash": "1adb3923d5a0cd5156b03529bd07aa71847f004b61b7100e820edeed71f96f54"
}
},
"bin": "flux.exe",
"checkver": {
"url": "https://api.github.com/repos/fluxcd/flux2/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."
}