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

Commit ad0280d

Browse files
committed
modif version image hive metastore
1 parent 9f2ebfd commit ad0280d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/hive-metastore/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: 1.2.3
28+
version: 1.2.4
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/hive-metastore/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"description": "supported versions",
2929
"type": "string",
3030
"enum": [
31-
"inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.1",
31+
"inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.2",
3232
"inseefrlab/jupyter-datascience:py3.7.6-spark3.1.1"
3333
],
3434
"pattern": "^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$",
3535
"hidden": {
3636
"value": true,
3737
"path": "service/image/custom/enabled"
3838
},
39-
"default": "inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.1"
39+
"default": "inseefrlab/jupyter-datascience:py3.9.12-spark3.2.1-v0.0.2"
4040
},
4141
"custom" : {
4242
"description": "use a custom jupyter docker image",

0 commit comments

Comments
 (0)