diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 6ad036f1..910565d3 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -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.4.2 +version: 2.4.3 dependencies: - name: library-chart version: 2.0.3 diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index 9b2ada9b..930b5f2a 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/Chart.yaml @@ -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.4.0 +version: 2.4.1 dependencies: - name: library-chart version: 2.0.3 diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index a0884b0f..01c1f5ec 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -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.5.1 +version: 2.5.2 dependencies: - name: library-chart version: 2.0.3 diff --git a/utils/charts-inheritance.yaml b/utils/charts-inheritance.yaml index 58327a94..ae889c95 100644 --- a/utils/charts-inheritance.yaml +++ b/utils/charts-inheritance.yaml @@ -12,7 +12,7 @@ jupyter-python: jupyter-r-python-julia: description: The JupyterLab IDE with Python, R, Julia, and a collection of standard data science packages images: - - inseefrlab/onyxia-jupyter-r-python-julia:r4.5.2-py3.13.11 + - inseefrlab/onyxia-jupyter-r-python-julia:r4.5.2-py3.13.12 jupyter-pyspark: [] @@ -22,7 +22,7 @@ rstudio: rstudio-r-python-julia: description: The RStudio IDE with Python, R, Julia, and a collection of standard data science packages images: - - inseefrlab/onyxia-rstudio-r-python-julia:r4.5.2-py3.13.11 + - inseefrlab/onyxia-rstudio-r-python-julia:r4.5.2-py3.13.12 rstudio-sparkr: [] @@ -40,6 +40,6 @@ 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.5.2-py3.13.11 + - inseefrlab/onyxia-vscode-r-python-julia:r4.5.2-py3.13.12 vscode-pyspark: []