Remove "Next" version download references

because we are using Artifact Hub instead.
This commit is contained in:
Tim Hardeck 2023-06-22 16:09:50 +02:00
parent 7b03c0a0bb
commit 7084419596
No known key found for this signature in database
GPG Key ID: A67C496765D6E0C0
1 changed files with 0 additions and 3 deletions

View File

@ -10,9 +10,6 @@ export const versions = {
"fleetCRD": "https://github.com/rancher/fleet/releases/download/v0.6.0/fleet-crd-0.6.0.tgz",
},
'next': {
"fleet": "https://github.com/rancher/fleet/releases/download/v0.7.0-AGENT-rc.1/fleet-0.7.0-AGENT-rc.1.tgz",
"fleetAgent": "https://github.com/rancher/fleet/releases/download/v0.7.0-AGENT-rc.1/fleet-agent-0.7.0-AGENT-rc.1.tgz",
"fleetCRD": "https://github.com/rancher/fleet/releases/download/v0.7.0-AGENT-rc.1/fleet-crd-0.7.0-AGENT-rc.1.tgz",
"kubernetes": "1.20.5",
},
}