Compare commits
16 Commits
6d310890f2
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
0b63f6eced
|
|||
|
00e5015df6
|
|||
|
2982c727f2
|
|||
|
8c23243e77
|
|||
| ba395de208 | |||
| 1c1719aa2f | |||
| eebf6b1f36 | |||
| 9b160d882d | |||
|
4ef0d1f3d8
|
|||
| 9d4b8cb487 | |||
| 43b221408d | |||
| 700bb8c898 | |||
|
2da85918e4
|
|||
|
8acde95c0d
|
|||
|
d515e4026f
|
|||
|
1b223d9296
|
16
civo.json
Normal file
16
civo.json
Normal 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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,12 +8,17 @@
|
||||
"victoriametrics/vmselect",
|
||||
"victoriametrics/vmstorage"
|
||||
],
|
||||
"sourceUrl": "https://github.com/VictoriaMetrics/VictoriaMetrics"
|
||||
"sourceUrl": "https://github.com/VictoriaMetrics/VictoriaMetrics",
|
||||
"groupName": "VictoriaMetrics"
|
||||
},
|
||||
{
|
||||
"packageNames": ["registry.k8s.io/kube-state-metrics/kube-state-metrics"],
|
||||
"sourceUrl": "https://github.com/kubernetes/kube-state-metrics"
|
||||
},
|
||||
{
|
||||
"packageNames": ["registry.k8s.io/autoscaling/cluster-autoscaler"],
|
||||
"sourceUrl": "https://github.com/kubernetes/autoscaler"
|
||||
},
|
||||
{
|
||||
"packageNames": ["registry.k8s.io/sig-storage/csi-provisioner"],
|
||||
"sourceUrl": "https://github.com/kubernetes-csi/external-provisioner"
|
||||
@@ -26,6 +31,14 @@
|
||||
"packageNames": ["grafana/grafana"],
|
||||
"sourceUrl": "https://github.com/grafana/grafana"
|
||||
},
|
||||
{
|
||||
"packageNames": ["quay.io/prometheus/node-exporter"],
|
||||
"sourceUrl": "https://github.com/prometheus/node_exporter"
|
||||
},
|
||||
{
|
||||
"packageNames": ["quay.io/prometheus/alertmanager"],
|
||||
"sourceUrl": "https://github.com/prometheus/alertmanager"
|
||||
},
|
||||
{
|
||||
"packageNames": ["ghcr.io/tailscale/tailscale"],
|
||||
"sourceUrl": "https://github.com/tailscale/tailscale"
|
||||
@@ -40,13 +53,55 @@
|
||||
},
|
||||
{
|
||||
"packageNames": ["ghcr.io/linuxserver/prowlarr"],
|
||||
"sourceUrl": "https://github.com/linuxserver/docker-prowlarr",
|
||||
"sourceUrl": "https://github.com/Prowlarr/Prowlarr",
|
||||
"respectLatest": true,
|
||||
"allowedVersions": "<=1.8.1200 || >=1.9.0"
|
||||
},
|
||||
{
|
||||
"packageNames": ["ghcr.io/linuxserver/sonarr"],
|
||||
"sourceUrl": "https://github.com/Sonarr/Sonarr"
|
||||
},
|
||||
{
|
||||
"packageNames": ["kizaing/kavita"],
|
||||
"sourceUrl": "https://github.com/Kareadita/Kavita"
|
||||
},
|
||||
{
|
||||
"packageNames": [
|
||||
"docker.io/bitnami/sealed-secrets-controller",
|
||||
"bitnami/sealed-secrets-controller"
|
||||
],
|
||||
"sourceUrl": "https://github.com/bitnami-labs/sealed-secrets",
|
||||
"groupName": "Sealed-Secrets"
|
||||
},
|
||||
{
|
||||
"packageNames": [
|
||||
"docker.io/bitnami/redis",
|
||||
"bitnami/redis"
|
||||
],
|
||||
"sourceUrl": "https://github.com/bitnami-labs/sealed-secrets",
|
||||
"groupName": "Redis"
|
||||
},
|
||||
{
|
||||
"packageNames": ["quay.io/oauth2-proxy/oauth2-proxy"],
|
||||
"sourceUrl": "https://github.com/oauth2-proxy/oauth2-proxy"
|
||||
},
|
||||
{
|
||||
"packageNames": ["nextcloud"],
|
||||
"sourceUrl": "https://github.com/nextcloud/server/"
|
||||
},
|
||||
{
|
||||
"packageNames": ["ghcr.io/mealie-recipes/mealie"],
|
||||
"sourceUrl": "https://github.com/mealie-recipes/mealie"
|
||||
},
|
||||
{
|
||||
"packageNames": ["ghcr.io/ep1cman/unifi-protect-backup"],
|
||||
"sourceUrl": "https://github.com/ep1cman/unifi-protect-backup"
|
||||
},
|
||||
{
|
||||
"packageNames": ["lscr.io/linuxserver/mylar3"],
|
||||
"respectLatest": true,
|
||||
"allowedVersions": "<=1000.0.0 <5.9.5 || > 5.9.5",
|
||||
"versionScheme": "regex:^(?<major>\\d)\\.(?<minor>\\d+)\\.(?<patch>\\d{1,3})$"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user