diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index eeca51eb..8ca46ab3 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.1.6 +version: 2.1.7 dependencies: - name: library-chart diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index 7c818301..6cf044b6 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -24,15 +24,15 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2", - "inseefrlab/onyxia-jupyter-pyspark:py3.11.10-spark3.5.2" + "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.3", + "inseefrlab/onyxia-jupyter-pyspark:py3.11.10-spark3.5.3" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2" + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.3" }, "custom": { "description": "use a custom jupyter docker image", @@ -50,7 +50,7 @@ "version": { "description": "jupyter unsupported version", "type": "string", - "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2", + "default": "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.3", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/jupyter-pyspark/values.yaml b/charts/jupyter-pyspark/values.yaml index 12f4d90f..901f72e1 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.12.6-spark3.5.2" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.3" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.2" + version: "inseefrlab/onyxia-jupyter-pyspark:py3.12.6-spark3.5.3" spark: sparkui: false diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index 7eeb3870..372aeea6 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.1.4 +version: 2.1.5 dependencies: - name: library-chart version: 1.5.27 diff --git a/charts/rstudio-sparkr/values.schema.json b/charts/rstudio-sparkr/values.schema.json index b69e4cff..bc13e6ed 100644 --- a/charts/rstudio-sparkr/values.schema.json +++ b/charts/rstudio-sparkr/values.schema.json @@ -24,15 +24,15 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.2", - "inseefrlab/onyxia-rstudio-sparkr:r4.3.3-spark3.5.2" + "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.3", + "inseefrlab/onyxia-rstudio-sparkr:r4.3.3-spark3.5.3" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.2" + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.3" }, "custom": { "description": "use a custom RStudio docker image", @@ -50,7 +50,7 @@ "version": { "description": "RStudio unsupported version", "type": "string", - "default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.2", + "default": "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.3", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/rstudio-sparkr/values.yaml b/charts/rstudio-sparkr/values.yaml index 69234f69..8790c40b 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.4.1-spark3.5.2" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.3" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.2" + version: "inseefrlab/onyxia-rstudio-sparkr:r4.4.1-spark3.5.3" spark: sparkui: false diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 2975df80..b7f873d0 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.1.7 +version: 2.1.8 dependencies: - name: library-chart diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index 0a21cc70..27433cc9 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -24,15 +24,15 @@ "description": "supported versions", "type": "string", "listEnum": [ - "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2", - "inseefrlab/onyxia-vscode-pyspark:py3.11.10-spark3.5.2" + "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.3", + "inseefrlab/onyxia-vscode-pyspark:py3.11.10-spark3.5.3" ], "render": "list", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2" + "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.3" }, "custom": { "description": "use a custom vscode docker image", @@ -50,7 +50,7 @@ "version": { "description": "vscode unsupported version", "type": "string", - "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2", + "default": "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.3", "hidden": { "value": false, "path": "service/image/custom/enabled" diff --git a/charts/vscode-pyspark/values.yaml b/charts/vscode-pyspark/values.yaml index 328f232b..fc52181b 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.12.6-spark3.5.2" + version: "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.3" pullPolicy: IfNotPresent custom: enabled: false - version: "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.2" + version: "inseefrlab/onyxia-vscode-pyspark:py3.12.6-spark3.5.3" spark: sparkui: false