Skip to content

Commit

Permalink
update spark version to 3.5.1 in values.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Apr 3, 2024
1 parent 1c4fa99 commit 9a845f7
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 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: 1.33.9
version: 1.33.10

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,16 +24,16 @@
"description": "supported versions",
"type": "string",
"listEnum": [
"inseefrlab/onyxia-jupyter-pyspark:py3.11.6-spark3.5.0",
"inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.5.0",
"inseefrlab/onyxia-jupyter-pyspark:py3.11.6-spark3.5.1",
"inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.5.1",
"inseefrlab/trevas-jupyter:0.5.2"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.5.0"
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.5.1"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -48,7 +48,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.5.0",
"default": "inseefrlab/onyxia-jupyter-pyspark:py3.10.13-spark3.5.1",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
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 @@ -24,7 +24,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.17.9
version: 1.17.10

dependencies:
- name: library-chart
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.3.2-spark3.5.0",
"inseefrlab/onyxia-rstudio-sparkr:r4.2.3-spark3.5.0"
"inseefrlab/onyxia-rstudio-sparkr:r4.3.2-spark3.5.1",
"inseefrlab/onyxia-rstudio-sparkr:r4.2.3-spark3.5.1"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.3.2-spark3.5.0"
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.3.2-spark3.5.1"
},
"custom": {
"description": "use a custom RStudio docker image",
Expand All @@ -47,7 +47,7 @@
"version": {
"description": "RStudio unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.3.2-spark3.5.0",
"default": "inseefrlab/onyxia-rstudio-sparkr:r4.3.2-spark3.5.1",
"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 @@ -2,11 +2,11 @@

service:
image:
version: "inseefrlab/onyxia-rstudio-sparkr:r4.3.2-spark3.5.0"
version: ""
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/onyxia-rstudio-sparkr:r4.3.2-spark3.5.0"
version: ""

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: 1.3.28
version: 1.3.29

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.11.6-spark3.5.0",
"inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.5.0"
"inseefrlab/onyxia-vscode-pyspark:py3.11.6-spark3.5.1",
"inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.5.1"
],
"render": "list",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.5.0"
"default": "inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.5.1"
},
"custom": {
"description": "use a custom vscode docker image",
Expand All @@ -47,7 +47,7 @@
"version": {
"description": "vscode unsupported version",
"type": "string",
"default": "inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.5.0",
"default": "inseefrlab/onyxia-vscode-pyspark:py3.10.13-spark3.5.1",
"hidden": {
"value": false,
"path": "service/image/custom/enabled"
Expand Down

0 comments on commit 9a845f7

Please sign in to comment.