From 72c4b7e3e18d0cebd9ee780ed639fb189d349938 Mon Sep 17 00:00:00 2001 From: ihiverlet Date: Sun, 29 Mar 2026 14:47:52 +0000 Subject: [PATCH] update r version to 4.5.2 --- charts/rstudio-sparkr/Chart.yaml | 2 +- charts/rstudio-sparkr/values.schema.json | 6 +++--- charts/rstudio-sparkr/values.yaml | 4 ++-- charts/rstudio/Chart.yaml | 2 +- charts/rstudio/values.schema.json | 6 +++--- charts/rstudio/values.yaml | 4 ++-- utils/charts-inheritance.yaml | 6 +++--- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index a8759852..ac878883 100644 --- a/charts/rstudio-sparkr/Chart.yaml +++ b/charts/rstudio-sparkr/Chart.yaml @@ -23,7 +23,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: 3.1.1 +version: 3.1.2 dependencies: - name: library-chart version: 2.0.4 diff --git a/charts/rstudio-sparkr/values.schema.json b/charts/rstudio-sparkr/values.schema.json index 43310bbd..a2a82c9f 100644 --- a/charts/rstudio-sparkr/values.schema.json +++ b/charts/rstudio-sparkr/values.schema.json @@ -24,7 +24,7 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.1.1", + "inseefrlab/onyxia-rstudio-sparkr:r4.5.3-spark4.1.1", "inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark4.1.1", "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark3.5.7", "inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark3.5.7" @@ -34,7 +34,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.1.1" + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.3-spark4.1.1" }, "custom": { "title": "Custom image", @@ -51,7 +51,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.1.1", + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.3-spark4.1.1", "hidden": { "value": false, "path": "enabled", diff --git a/charts/rstudio-sparkr/values.yaml b/charts/rstudio-sparkr/values.yaml index bfc187b3..85707bd8 100644 --- a/charts/rstudio-sparkr/values.yaml +++ b/charts/rstudio-sparkr/values.yaml @@ -7,11 +7,11 @@ service: image: "inseefrlab/onyxia-base:latest" pullPolicy: IfNotPresent image: - version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.1.1" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.3-spark4.1.1" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.1.1" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.3-spark4.1.1" spark: ui: false diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index 8c0bfd03..ffa06ff1 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.3 +version: 2.4.4 dependencies: - name: library-chart version: 2.0.4 diff --git a/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index b90d9ee3..dee76300 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -24,7 +24,7 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-rstudio:r4.5.2", + "inseefrlab/onyxia-rstudio:r4.5.3", "inseefrlab/onyxia-rstudio:r4.4.3" ], "render": "list", @@ -32,7 +32,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-rstudio:r4.5.2" + "default": "inseefrlab/onyxia-rstudio:r4.5.3" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-rstudio:r4.5.2", + "default": "inseefrlab/onyxia-rstudio:r4.5.3", "hidden": { "value": false, "path": "enabled", diff --git a/charts/rstudio/values.yaml b/charts/rstudio/values.yaml index 03d169e0..8296e33d 100644 --- a/charts/rstudio/values.yaml +++ b/charts/rstudio/values.yaml @@ -7,11 +7,11 @@ service: image: "inseefrlab/onyxia-base:latest" pullPolicy: IfNotPresent image: - version: "inseefrlab/onyxia-rstudio:r4.5.2" + version: "inseefrlab/onyxia-rstudio:r4.5.3" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-rstudio:r4.5.2" + version: "inseefrlab/onyxia-rstudio:r4.5.3" security: password: "changeme" diff --git a/utils/charts-inheritance.yaml b/utils/charts-inheritance.yaml index ae889c95..48a9263f 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.12 + - inseefrlab/onyxia-jupyter-r-python-julia:r4.5.3-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.12 + - inseefrlab/onyxia-rstudio-r-python-julia:r4.5.3-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.12 + - inseefrlab/onyxia-vscode-r-python-julia:r4.5.3-py3.13.12 vscode-pyspark: []