Added custom civo datasource

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2023-10-03 18:56:19 +01:00
parent 9d4b8cb487
commit 4ef0d1f3d8
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 16 additions and 0 deletions

16
civo.json Normal file
View File

@ -0,0 +1,16 @@
{
"customDatasources": {
"civo-k3s": {
"defaultRegistryUrlTemplate": "https://civo-versions.cluster.fun/k3s/"
},
"civo-k3s-stable": {
"defaultRegistryUrlTemplate": "https://civo-versions.cluster.fun/k3s/stable/"
},
"civo-talos": {
"defaultRegistryUrlTemplate": "https://civo-versions.cluster.fun/talos/"
},
"civo-talos-stable": {
"defaultRegistryUrlTemplate": "https://civo-versions.cluster.fun/talos/stable/"
}
}
}