forked from InseeFrLab/onyxia-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalogs.json
55 lines (55 loc) · 1.49 KB
/
catalogs.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"catalogs": [
{
"id": "ide",
"name": "IDE",
"description": "Services for datascientists.",
"maintainer": "[email protected]",
"location": "https://inseefrlab.github.io/helm-charts-interactive-services",
"status": "PROD",
"highlightedCharts": ["jupyter-python", "rstudio", "vscode-python"],
"type": "helm",
"skipTlsVerify": false,
"caFile": null,
"allowSharing": false,
"visible": {
"user": true,
"project": true
}
},
{
"id": "databases",
"name": "Databases",
"description": "Databases for datascientists.",
"maintainer": "[email protected]",
"location": "https://inseefrlab.github.io/helm-charts-databases",
"status": "PROD",
"highlightedCharts": ["postgresql", "elastic"],
"type": "helm",
"skipTlsVerify": false,
"caFile": null,
"allowSharing": true,
"visible": {
"user": true,
"project": true
}
},
{
"id": "automation",
"name": "Automation",
"description": "Automation for datascientists.",
"maintainer": "[email protected]",
"location": "https://inseefrlab.github.io/helm-charts-automation",
"status": "PROD",
"highlightedCharts": ["argo-cd", "argo-workflows", "mlflow"],
"type": "helm",
"skipTlsVerify": false,
"caFile": null,
"allowSharing": true,
"visible": {
"user": true,
"project": true
}
}
]
}