Skip to content

Commit

Permalink
upgrade to spark 3.5.3 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Oct 23, 2024
1 parent 1f619bb commit 1ac5d6c
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-sparkr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/rstudio-sparkr/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio-sparkr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/vscode-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ac5d6c

Please sign in to comment.