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

Commit

Permalink
jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Jun 8, 2022
1 parent ad0280d commit 9d16388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.1
version: 6.2.2

# 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
4 changes: 2 additions & 2 deletions charts/jupyter/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"description": "supported versions",
"type": "string",
"enum": [
"inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.1",
"inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.2",
"inseefrlab/jupyter-datascience:py3.7.6-spark3.1.1"
],
"pattern": "^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.1"
"default": "inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.2"
},
"custom" : {
"description": "use a custom jupyter docker image",
Expand Down

0 comments on commit 9d16388

Please sign in to comment.