From fe0cd3183a07f33c1a20f480fe19a7adde52a5f5 Mon Sep 17 00:00:00 2001 From: ihiverlet Date: Thu, 18 Dec 2025 10:46:30 +0000 Subject: [PATCH] add spark v3 images in values.schema.json --- charts/jupyter-pyspark/Chart.yaml | 2 +- charts/jupyter-pyspark/values.schema.json | 4 +++- charts/rstudio-sparkr/Chart.yaml | 2 +- charts/rstudio-sparkr/values.schema.json | 4 +++- charts/vscode-pyspark/Chart.yaml | 2 +- charts/vscode-pyspark/values.schema.json | 4 +++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index ac272440..d57afb71 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.2 +version: 3.0.3 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 dad87a12..50b8bedb 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -25,7 +25,9 @@ "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.12.12-spark4.0.1", + "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7", + "inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark3.5.7" ], "render": "list", "hidden": { diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index 11faed13..ef819c6e 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.1 +version: 3.0.2 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 de9113db..bad6c2c0 100644 --- a/charts/rstudio-sparkr/values.schema.json +++ b/charts/rstudio-sparkr/values.schema.json @@ -25,7 +25,9 @@ "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.4.3-spark4.0.1", + "inseefrlab/onyxia-rstudio-sparkr:r4.5.2-spark3.5.7", + "inseefrlab/onyxia-rstudio-sparkr:r4.4.3-spark3.5.7" ], "render": "list", "hidden": { diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index db7c314f..1281ccc8 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.3 +version: 3.0.4 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 666ba96f..b70376af 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -25,7 +25,9 @@ "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.12.12-spark4.0.1", + "inseefrlab/onyxia-jupyter-pyspark:py3.13.8-spark3.5.7", + "inseefrlab/onyxia-jupyter-pyspark:py3.12.12-spark3.5.7" ], "render": "list", "hidden": {