From 6dffb9a539f7583ddb40ad5ea406209946fe2374 Mon Sep 17 00:00:00 2001 From: inesh Date: Tue, 8 Apr 2025 08:53:19 +0000 Subject: [PATCH 1/2] update R version --- utils/charts-inheritance.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/charts-inheritance.yaml b/utils/charts-inheritance.yaml index ad76a3085..15f3592ad 100644 --- a/utils/charts-inheritance.yaml +++ b/utils/charts-inheritance.yaml @@ -8,7 +8,7 @@ jupyter-python: jupyter-r: description: The JupyterLab IDE with R and a collection of standard data science packages. images: - - inseefrlab/onyxia-jupyter-r:r4.4.1 + - inseefrlab/onyxia-jupyter-r:r4.4.2 - inseefrlab/onyxia-jupyter-r:r4.3.3 jupyter-tensorflow: description: The JupyterLab IDE with Python and the deep-learning framework TensorFlow. @@ -37,11 +37,11 @@ vscode-python: vscode-r-python-julia: description: The VSCode IDE with minimal installations of R, Python and Julia. images: - - inseefrlab/onyxia-vscode-r-python-julia:r4.4.1 + - inseefrlab/onyxia-vscode-r-python-julia:r4.4.2 vscode-r: description: The VSCode IDE with R and a collection of standard data science packages. images: - - inseefrlab/onyxia-vscode-r:r4.4.1 + - inseefrlab/onyxia-vscode-r:r4.4.2 - inseefrlab/onyxia-vscode-r:r4.3.3 vscode-pyspark: [] From bd6f226c7e3fa3bdbe30e02a36bf03da746e813b Mon Sep 17 00:00:00 2001 From: inesh Date: Tue, 8 Apr 2025 09:04:12 +0000 Subject: [PATCH 2/2] [jupyter] Fix services description for Julia --- charts/jupyter-python/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 61f57974f..3c9db9348 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: jupyter-python -description: The JupyterLab IDE with Python, Julia, and a collection of standard data science packages. +description: The JupyterLab IDE with Python and a collection of standard data science packages. icon: https://minio.lab.sspcloud.fr/projet-onyxia/assets/servicesImg/jupyter.png keywords: - Jupyter @@ -22,7 +22,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.2.6 +version: 2.2.7 dependencies: - name: library-chart version: 1.6.8