diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index b2d7073c..fa667390 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 dfc2915b..aa7dbec2 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 8ccf4a88..4c69f893 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 a418c2fb..f2317e5a 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 a853cf71..88ca04c3 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 68a83b0f..caa8baf9 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 49ace794..d90f8cdf 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 229bce77..4834300a 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 04aea018..3bd615b8 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