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

Commit 9d16388

Browse files
committed
jupyter
1 parent ad0280d commit 9d16388

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/jupyter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type: application
2525
# This is the chart version. This version number should be incremented each time you make changes
2626
# to the chart and its templates, including the app version.
2727
# Versions are expected to follow Semantic Versioning (https://semver.org/)
28-
version: 6.2.1
28+
version: 6.2.2
2929

3030
# This is the version number of the application being deployed. This version number should be
3131
# incremented each time you make changes to the application. Versions are not expected to

charts/jupyter/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"description": "supported versions",
2121
"type": "string",
2222
"enum": [
23-
"inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.1",
23+
"inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.2",
2424
"inseefrlab/jupyter-datascience:py3.7.6-spark3.1.1"
2525
],
2626
"pattern": "^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$",
2727
"hidden": {
2828
"value": true,
2929
"path": "service/image/custom/enabled"
3030
},
31-
"default": "inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.1"
31+
"default": "inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.2"
3232
},
3333
"custom" : {
3434
"description": "use a custom jupyter docker image",

0 commit comments

Comments
 (0)