-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsources.json
24 lines (24 loc) · 1.8 KB
/
sources.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"native": [
"v1.22.5",
"v1.18.3",
"v1.15.3"
],
"crds": [
"https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml",
"https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml",
"https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml",
"https://raw.githubusercontent.com/kedacore/keda/main/config/crd/bases/keda.sh_scaledobjects.yaml",
"https://raw.githubusercontent.com/Soluto/kamus/master/tests/crd-controller/crd.yaml",
"https://raw.githubusercontent.com/argoproj/argo-rollouts/master/manifests/crds/analysis-run-crd.yaml",
"https://raw.githubusercontent.com/argoproj/argo-rollouts/master/manifests/crds/rollout-crd.yaml",
"https://raw.githubusercontent.com/argoproj/argo-rollouts/master/manifests/crds/experiment-crd.yaml",
"https://raw.githubusercontent.com/argoproj/argo-rollouts/master/manifests/crds/analysis-template-crd.yaml",
"https://raw.githubusercontent.com/argoproj/argo-cd/master/manifests/crds/application-crd.yaml",
"https://raw.githubusercontent.com/argoproj/argo-cd/master/manifests/crds/appproject-crd.yaml",
"https://raw.githubusercontent.com/keycloak/keycloak-operator/master/deploy/crds/keycloak.org_keycloakrealms_crd.yaml",
"https://raw.githubusercontent.com/keycloak/keycloak-operator/master/deploy/crds/keycloak.org_keycloakclients_crd.yaml",
"https://raw.githubusercontent.com/keycloak/keycloak-operator/master/deploy/crds/keycloak.org_keycloakusers_crd.yaml",
"https://raw.githubusercontent.com/keycloak/keycloak-operator/master/deploy/crds/keycloak.org_keycloaks_crd.yaml"
]
}