diff --git a/charts/jupyter/Chart.yaml b/charts/jupyter/Chart.yaml index 65d84c12..d13a5e75 100644 --- a/charts/jupyter/Chart.yaml +++ b/charts/jupyter/Chart.yaml @@ -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 diff --git a/charts/jupyter/values.schema.json b/charts/jupyter/values.schema.json index 8c223cc8..01b4cc24 100644 --- a/charts/jupyter/values.schema.json +++ b/charts/jupyter/values.schema.json @@ -20,7 +20,7 @@ "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-_.]+)?$", @@ -28,7 +28,7 @@ "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",