diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 61f57974..3c9db934 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 diff --git a/utils/charts-inheritance.yaml b/utils/charts-inheritance.yaml index ad76a308..15f3592a 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: []