Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
spark 3.3.0 : magic by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Aug 15, 2022
1 parent 315a4f1 commit a81a0e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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: 6.4.2
version: 6.4.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
5 changes: 3 additions & 2 deletions charts/jupyter/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"description": "supported versions",
"type": "string",
"enum": [
"inseefrlab/jupyter-datascience:py3.9.12-spark3.3.0-v0.0.1",
"inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.2",
"inseefrlab/jupyter-datascience:py3.7.6-spark3.1.1",
"inseefrlab/trevas-jupyter:0.1.2"
Expand All @@ -29,7 +30,7 @@
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.2"
"default": "inseefrlab/jupyter-datascience:py3.9.12-spark3.3.0-v0.0.1"
},
"custom": {
"description": "use a custom jupyter docker image",
Expand All @@ -44,7 +45,7 @@
"version": {
"description": "jupyter unsupported version",
"type": "string",
"default": "inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.1",
"default": "inseefrlab/jupyter-datascience:py3.9.12-spark3.3.0-v0.0.1",
"pattern": "^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$",
"hidden": {
"value": false,
Expand Down
5 changes: 3 additions & 2 deletions charts/jupyter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
service:
user: jovyan
image:
version: "inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.1"
version: "inseefrlab/jupyter-datascience:py3.9.12-spark3.3.0-v0.0.1"
pullPolicy: IfNotPresent
custom:
enabled: false
version: "inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.1"
version: "inseefrlab/jupyter-datascience:py3.9.12-spark3.3.0-v0.0.1"

spark:
sparkui: false
Expand All @@ -31,6 +31,7 @@ spark:
spark.driver.memory: "2g"
spark.dynamicAllocation.executorAllocationRatio: "1"
spark.dynamicAllocation.shuffleTracking.enabled: "true"
spark.hadoop.fs.s3a.bucket.all.committer.magic.enabled: "true"

security:
password: "changeme"
Expand Down

0 comments on commit a81a0e8

Please sign in to comment.