Skip to content

Commit

Permalink
Change default catalogs (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt authored Oct 25, 2022
1 parent ee87e96 commit a965634
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions onyxia-api/src/main/resources/catalogs.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,33 @@
{
"catalogs": [
{
"id": "inseefrlab-helm-charts-datascience",
"name": "Inseefrlab datascience",
"description": "Services for datascientists. https://github.com/InseeFrLab/helm-charts-datascience",
"id": "ide",
"name": "IDE",
"description": "Services for datascientists.",
"maintainer": "[email protected]",
"location": "https://inseefrlab.github.io/helm-charts-datascience",
"location": "https://inseefrlab.github.io/helm-charts-interactive-services",
"status": "PROD",
"highlightedCharts": ["jupyter-python", "rstudio", "vscode-python"],
"type": "helm"
},
{
"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"
},
{
"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"
}
]
Expand Down

0 comments on commit a965634

Please sign in to comment.