From 5ab24cfa01d7c3044e0a3c99330f330eb154da48 Mon Sep 17 00:00:00 2001 From: ihiverlet Date: Mon, 19 Jan 2026 13:53:36 +0000 Subject: [PATCH] update spark to 4.1.1 --- charts/jupyter-pyspark/Chart.yaml | 2 +- charts/jupyter-pyspark/values.schema.json | 8 ++++---- charts/jupyter-pyspark/values.yaml | 4 ++-- charts/rstudio-sparkr/Chart.yaml | 2 +- charts/rstudio-sparkr/values.schema.json | 8 ++++---- charts/rstudio-sparkr/values.yaml | 4 ++-- charts/vscode-pyspark/Chart.yaml | 2 +- charts/vscode-pyspark/values.schema.json | 8 ++++---- charts/vscode-pyspark/values.yaml | 4 ++-- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index d57afb71..11240c3c 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.0.3 +version: 3.0.4 dependencies: - name: library-chart version: 2.0.3 diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index 50b8bedb..5ed4c70f 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -24,8 +24,8 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1", - "inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark4.0.1", + "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.1.1", + "inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark4.1.1", "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7", "inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark3.5.7" ], @@ -34,7 +34,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1" + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.1.1" }, "custom": { "title": "Custom image", @@ -51,7 +51,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1", + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.1.1", "hidden": { "value": false, "path": "enabled", diff --git a/charts/jupyter-pyspark/values.yaml b/charts/jupyter-pyspark/values.yaml index 7698d851..65c885db 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.11-spark4.0.1" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.1.1" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.0.1" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.11-spark4.1.1" spark: ui: false diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index ef819c6e..288c5aa3 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.0.2 +version: 3.0.3 dependencies: - name: library-chart version: 2.0.3 diff --git a/charts/rstudio-sparkr/values.schema.json b/charts/rstudio-sparkr/values.schema.json index bad6c2c0..433edb9f 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.5.2-spark4.0.1", - "inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark4.0.1", + "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-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.0.1" + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-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.0.1", + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.1.1", "hidden": { "value": false, "path": "enabled", diff --git a/charts/rstudio-sparkr/values.yaml b/charts/rstudio-sparkr/values.yaml index d215cdb3..947670f9 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.0.1" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.1.1" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.0.1" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark4.1.1" spark: ui: false diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 37415c5a..8188cb6e 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.0.5 +version: 3.0.6 dependencies: - name: library-chart version: 2.0.3 diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index 81ae9639..903fae60 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -24,8 +24,8 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1", - "inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark4.0.1", + "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.1.1", + "inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark4.1.1", "inseefrlab/onyxia-vscode-pyspark:py3.13.8-spark3.5.7", "inseefrlab/onyxia-vscode-pyspark:py3.12.12-spark3.5.7" ], @@ -34,7 +34,7 @@ "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1" + "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.11-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.11-spark4.0.1", + "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.1.1", "hidden": { "value": false, "path": "enabled", diff --git a/charts/vscode-pyspark/values.yaml b/charts/vscode-pyspark/values.yaml index b2af0518..937ae885 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.11-spark4.0.1" + version: "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.1.1" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.0.1" + version: "inseefrlab/onyxia-vscode-pyspark:py3.13.11-spark4.1.1" spark: ui: false