From 97fbf61265a64d8305f7f06564d8b7073f79c958 Mon Sep 17 00:00:00 2001 From: ihiverlet Date: Tue, 12 May 2026 11:01:21 +0000 Subject: [PATCH] update version of R and python --- charts/jupyter-pyspark/Chart.yaml | 2 +- charts/jupyter-pyspark/values.schema.json | 4 ++-- charts/jupyter-pyspark/values.yaml | 4 ++-- charts/jupyter-python/Chart.yaml | 2 +- charts/jupyter-python/values.schema.json | 6 +++--- charts/jupyter-python/values.yaml | 4 ++-- charts/rstudio-sparkr/Chart.yaml | 2 +- charts/rstudio-sparkr/values.schema.json | 4 ++-- charts/rstudio-sparkr/values.yaml | 4 ++-- charts/rstudio/Chart.yaml | 2 +- charts/rstudio/values.schema.json | 8 ++++---- charts/rstudio/values.yaml | 4 ++-- charts/vscode-pyspark/Chart.yaml | 2 +- charts/vscode-pyspark/values.schema.json | 6 +++--- charts/vscode-pyspark/values.yaml | 4 ++-- charts/vscode-python/Chart.yaml | 2 +- charts/vscode-python/values.schema.json | 6 +++--- charts/vscode-python/values.yaml | 4 ++-- 18 files changed, 35 insertions(+), 35 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index 909be1e9..038a3bbb 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/Chart.yaml @@ -24,7 +24,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.4 +version: 3.1.5 dependencies: - name: library-chart version: 2.0.4 diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index 75432dab..4aaa5449 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -24,7 +24,7 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-pyspark:py3.13.12-spark4.1.1", + "inseefrlab/onyxia-jupyter-pyspark:py3.13.13-spark4.1.1", "inseefrlab/onyxia-jupyter-pyspark:py3.12.13-spark4.1.1", "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7", "inseefrlab/onyxia-jupyter-pyspark:py3.12.13-spark3.5.7" @@ -34,7 +34,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.12-spark4.1.1" + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.13-spark4.1.1" }, "custom": { "title": "Custom image", diff --git a/charts/jupyter-pyspark/values.yaml b/charts/jupyter-pyspark/values.yaml index e9edd4ed..8182573b 100644 --- a/charts/jupyter-pyspark/values.yaml +++ b/charts/jupyter-pyspark/values.yaml @@ -7,11 +7,11 @@ service: image: "inseefrlab/onyxia-base:latest" pullPolicy: IfNotPresent image: - version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.12-spark4.1.1" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.13-spark4.1.1" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.12-spark4.1.1" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.13-spark4.1.1" spark: ui: false diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 9a40cce2..9ba19cf8 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.7 +version: 2.4.8 dependencies: - name: library-chart version: 2.0.4 diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index 49dcbe78..35f6f61f 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -24,7 +24,7 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-python:py3.13.12", + "inseefrlab/onyxia-jupyter-python:py3.13.13", "inseefrlab/onyxia-jupyter-python:py3.12.13" ], "render": "list", @@ -32,7 +32,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-python:py3.13.12" + "default": "inseefrlab/onyxia-jupyter-python:py3.13.13" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-jupyter-python:py3.13.12", + "default": "inseefrlab/onyxia-jupyter-python:py3.13.13", "hidden": { "value": false, "path": "enabled", diff --git a/charts/jupyter-python/values.yaml b/charts/jupyter-python/values.yaml index fc0d60d0..bef09f10 100644 --- a/charts/jupyter-python/values.yaml +++ b/charts/jupyter-python/values.yaml @@ -7,11 +7,11 @@ service: image: "inseefrlab/onyxia-base:latest" pullPolicy: IfNotPresent image: - version: "inseefrlab/onyxia-jupyter-python:py3.13.12" + version: "inseefrlab/onyxia-jupyter-python:py3.13.13" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-python:py3.13.12" + version: "inseefrlab/onyxia-jupyter-python:py3.13.13" security: password: "changeme" diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index b08f97a3..ad61ad18 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.3 +version: 3.1.4 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 a2a82c9f..9932a615 100644 --- a/charts/rstudio-sparkr/values.schema.json +++ b/charts/rstudio-sparkr/values.schema.json @@ -24,8 +24,8 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ + "inseefrlab/onyxia-rstudio-sparkr:r4.6.0-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.3-spark4.1.1" + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.6.0-spark4.1.1" }, "custom": { "title": "Custom image", diff --git a/charts/rstudio-sparkr/values.yaml b/charts/rstudio-sparkr/values.yaml index 85707bd8..d13d985c 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.3-spark4.1.1" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.6.0-spark4.1.1" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.3-spark4.1.1" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.6.0-spark4.1.1" spark: ui: false diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index fd0308f4..a39cabcf 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.5 +version: 2.4.6 dependencies: - name: library-chart version: 2.0.4 diff --git a/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index dee76300..48e09b06 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -24,15 +24,15 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-rstudio:r4.5.3", - "inseefrlab/onyxia-rstudio:r4.4.3" + "inseefrlab/onyxia-rstudio:r4.6.0", + "inseefrlab/onyxia-rstudio:r4.5.3" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-rstudio:r4.5.3" + "default": "inseefrlab/onyxia-rstudio:r4.6.0" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-rstudio:r4.5.3", + "default": "inseefrlab/onyxia-rstudio:r4.6.0", "hidden": { "value": false, "path": "enabled", diff --git a/charts/rstudio/values.yaml b/charts/rstudio/values.yaml index 8296e33d..7d513855 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.3" + version: "inseefrlab/onyxia-rstudio:r4.6.0" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-rstudio:r4.5.3" + version: "inseefrlab/onyxia-rstudio:r4.6.0" security: password: "changeme" diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index adaf22fb..bae4cb0a 100644 --- a/charts/vscode-pyspark/Chart.yaml +++ b/charts/vscode-pyspark/Chart.yaml @@ -24,7 +24,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.3 +version: 3.1.4 dependencies: - name: library-chart version: 2.0.4 diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index fb9f5ffb..b3e4b579 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -24,7 +24,7 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-vscode-pyspark:py3.13.12-spark4.1.1", + "inseefrlab/onyxia-vscode-pyspark:py3.13.13-spark4.1.1", "inseefrlab/onyxia-vscode-pyspark:py3.12.13-spark4.1.1", "inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark3.5.7", "inseefrlab/onyxia-vscode-pyspark:py3.12.13-spark3.5.7" @@ -34,7 +34,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.12-spark4.1.1" + "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.13-spark4.1.1" }, "custom": { "title": "Custom image", @@ -51,7 +51,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.12-spark4.1.1", + "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.13-spark4.1.1", "hidden": { "value": false, "path": "enabled", diff --git a/charts/vscode-pyspark/values.yaml b/charts/vscode-pyspark/values.yaml index 73fca9ce..332ae459 100644 --- a/charts/vscode-pyspark/values.yaml +++ b/charts/vscode-pyspark/values.yaml @@ -7,11 +7,11 @@ service: image: "inseefrlab/onyxia-base:latest" pullPolicy: IfNotPresent image: - version: "inseefrlab/onyxia-vscode-pyspark:py3.13.12-spark4.1.1" + version: "inseefrlab/onyxia-vscode-pyspark:py3.13.13-spark4.1.1" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-pyspark:py3.13.12-spark4.1.1" + version: "inseefrlab/onyxia-vscode-pyspark:py3.13.13-spark4.1.1" spark: ui: false diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index 88ecc06f..0dc8ce46 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.5 +version: 2.5.6 dependencies: - name: library-chart version: 2.0.4 diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index 00c77bbd..36e037c8 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -23,9 +23,9 @@ "version": { "title": "Name of the service's Docker image", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.13.12", + "default": "inseefrlab/onyxia-vscode-python:py3.13.13", "listEnum": [ - "inseefrlab/onyxia-vscode-python:py3.13.12", + "inseefrlab/onyxia-vscode-python:py3.13.13", "inseefrlab/onyxia-vscode-python:py3.12.13" ], "render": "list", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-vscode-python:py3.13.12", + "default": "inseefrlab/onyxia-vscode-python:py3.13.13", "hidden": { "value": false, "path": "enabled", diff --git a/charts/vscode-python/values.yaml b/charts/vscode-python/values.yaml index 33010588..6dee2e54 100644 --- a/charts/vscode-python/values.yaml +++ b/charts/vscode-python/values.yaml @@ -7,11 +7,11 @@ service: image: "inseefrlab/onyxia-base:latest" pullPolicy: IfNotPresent image: - version: "inseefrlab/onyxia-vscode-python:py3.13.12" + version: "inseefrlab/onyxia-vscode-python:py3.13.13" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-python:py3.13.12" + version: "inseefrlab/onyxia-vscode-python:py3.13.13" security: password: "changeme"