fix(jupyter): correct image tags to semver

This commit is contained in:
Kjeld Schouten
2025-11-05 21:29:21 +01:00
parent af929c3649
commit 896bdd22f8
+8 -8
View File
@@ -1,35 +1,35 @@
image:
repository: quay.io/jupyter/base-notebook
pullPolicy: IfNotPresent
tag: "2025-09-23"
tag: "notebook-7.4.7"
minimalImage:
repository: quay.io/jupyter/minimal-notebook
pullPolicy: IfNotPresent
tag: "2025-09-23"
tag: "notebook-7.4.7"
rImage:
repository: quay.io/jupyter/r-notebook
pullPolicy: IfNotPresent
tag: "2025-09-23"
tag: "notebook-7.4.7"
scipyImage:
repository: quay.io/jupyter/scipy-notebook
pullPolicy: IfNotPresent
tag: "2025-09-23"
tag: "notebook-7.4.7"
tensorflowImage:
repository: quay.io/jupyter/tensorflow-notebook
pullPolicy: IfNotPresent
tag: "2025-09-23"
tag: "notebook-7.4.7"
datascienceImage:
repository: quay.io/jupyter/datascience-notebook
pullPolicy: IfNotPresent
tag: "2025-09-23"
tag: "notebook-7.4.7"
pysparkImage:
repository: quay.io/jupyter/pyspark-notebook
pullPolicy: IfNotPresent
tag: "2025-09-23"
tag: "notebook-7.4.7"
allsparkImage:
repository: quay.io/jupyter/all-spark-notebook
pullPolicy: IfNotPresent
tag: "2025-09-23"
tag: "notebook-7.4.7"
jupyter:
jupyter_cmd: lab
restartable: true