fix(jupyter): correct image tags to semver
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user