From 301a30d0025482a38bf6634aec8873d669352ca4 Mon Sep 17 00:00:00 2001 From: inesh Date: Sun, 3 Aug 2025 21:56:11 +0000 Subject: [PATCH] [Spark] upgrade spark version to 3.5.6 --- 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 b2d7073c0..fa667390b 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: 2.3.15 +version: 2.3.16 dependencies: - name: library-chart version: 1.7.12 diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index dfc2915be..aa7dbec2e 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -24,15 +24,15 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.5", - "inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.5" + "inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.6", + "inseefrlab/onyxia-jupyter-pyspark:py3.12.11-spark3.5.6" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.5" + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.6" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.5", + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.6", "hidden": { "value": false, "path": "enabled", diff --git a/charts/jupyter-pyspark/values.yaml b/charts/jupyter-pyspark/values.yaml index 8ccf4a88e..4c69f8937 100644 --- a/charts/jupyter-pyspark/values.yaml +++ b/charts/jupyter-pyspark/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.5" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.6" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.5" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.13.5-spark3.5.6" spark: sparkui: false diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index a418c2fbf..f2317e5af 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: 2.3.10 +version: 2.3.11 dependencies: - name: library-chart version: 1.7.12 diff --git a/charts/rstudio-sparkr/values.schema.json b/charts/rstudio-sparkr/values.schema.json index a853cf71e..88ca04c30 100644 --- a/charts/rstudio-sparkr/values.schema.json +++ b/charts/rstudio-sparkr/values.schema.json @@ -24,15 +24,15 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5", - "inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark3.5.5" + "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.6", + "inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark3.5.6" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5" + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.6" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5", + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.6", "hidden": { "value": false, "path": "enabled", diff --git a/charts/rstudio-sparkr/values.yaml b/charts/rstudio-sparkr/values.yaml index 68a83b0f1..caa8baf95 100644 --- a/charts/rstudio-sparkr/values.yaml +++ b/charts/rstudio-sparkr/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.6" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.5" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.5.0-spark3.5.6" spark: sparkui: false diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 49ace7945..d90f8cdf9 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: 2.3.15 +version: 2.3.16 dependencies: - name: library-chart version: 1.7.12 diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index 229bce77d..4834300a7 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -24,15 +24,15 @@ "title": "Name of the service's Docker image", "type": "string", "listEnum": [ - "inseefrlab/onyxia-vscode-pyspark:py3.13.5-spark3.5.5", - "inseefrlab/onyxia-vscode-pyspark:py3.12.11-spark3.5.5" + "inseefrlab/onyxia-vscode-pyspark:py3.13.5-spark3.5.6", + "inseefrlab/onyxia-vscode-pyspark:py3.12.11-spark3.5.6" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.5-spark3.5.5" + "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.5-spark3.5.6" }, "custom": { "title": "Custom image", @@ -49,7 +49,7 @@ "version": { "title": "Name of the custom image", "type": "string", - "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.5-spark3.5.5", + "default": "inseefrlab/onyxia-vscode-pyspark:py3.13.5-spark3.5.6", "hidden": { "value": false, "path": "enabled", diff --git a/charts/vscode-pyspark/values.yaml b/charts/vscode-pyspark/values.yaml index 04aea018b..3bd615b86 100644 --- a/charts/vscode-pyspark/values.yaml +++ b/charts/vscode-pyspark/values.yaml @@ -4,11 +4,11 @@ global: service: image: - version: "inseefrlab/onyxia-vscode-pyspark:py3.13.5-spark3.5.5" + version: "inseefrlab/onyxia-vscode-pyspark:py3.13.5-spark3.5.6" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-pyspark:py3.13.5-spark3.5.5" + version: "inseefrlab/onyxia-vscode-pyspark:py3.13.5-spark3.5.6" spark: sparkui: false