16 lines
683 B
JavaScript
16 lines
683 B
JavaScript
export const versions = {
|
|
'v0.5': {
|
|
"fleet": "https://github.com/rancher/fleet/releases/download/v0.5.3/fleet-0.5.3.tgz",
|
|
"fleetAgent": "https://github.com/rancher/fleet/releases/download/v0.5.3/fleet-agent-0.5.3.tgz",
|
|
"fleetCRD": "https://github.com/rancher/fleet/releases/download/v0.5.3/fleet-crd-0.5.3.tgz",
|
|
},
|
|
'v0.6': {
|
|
"fleet": "https://github.com/rancher/fleet/releases/download/v0.6.0/fleet-0.6.0.tgz",
|
|
"fleetAgent": "https://github.com/rancher/fleet/releases/download/v0.6.0/fleet-agent-0.6.0.tgz",
|
|
"fleetCRD": "https://github.com/rancher/fleet/releases/download/v0.6.0/fleet-crd-0.6.0.tgz",
|
|
},
|
|
'next': {
|
|
"kubernetes": "1.20.5",
|
|
},
|
|
}
|