fix(jupyter): correct image tags to semver
This commit is contained in:
@@ -1,35 +1,35 @@
|
|||||||
image:
|
image:
|
||||||
repository: quay.io/jupyter/base-notebook
|
repository: quay.io/jupyter/base-notebook
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "2025-09-23"
|
tag: "notebook-7.4.7"
|
||||||
minimalImage:
|
minimalImage:
|
||||||
repository: quay.io/jupyter/minimal-notebook
|
repository: quay.io/jupyter/minimal-notebook
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "2025-09-23"
|
tag: "notebook-7.4.7"
|
||||||
rImage:
|
rImage:
|
||||||
repository: quay.io/jupyter/r-notebook
|
repository: quay.io/jupyter/r-notebook
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "2025-09-23"
|
tag: "notebook-7.4.7"
|
||||||
scipyImage:
|
scipyImage:
|
||||||
repository: quay.io/jupyter/scipy-notebook
|
repository: quay.io/jupyter/scipy-notebook
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "2025-09-23"
|
tag: "notebook-7.4.7"
|
||||||
tensorflowImage:
|
tensorflowImage:
|
||||||
repository: quay.io/jupyter/tensorflow-notebook
|
repository: quay.io/jupyter/tensorflow-notebook
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "2025-09-23"
|
tag: "notebook-7.4.7"
|
||||||
datascienceImage:
|
datascienceImage:
|
||||||
repository: quay.io/jupyter/datascience-notebook
|
repository: quay.io/jupyter/datascience-notebook
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "2025-09-23"
|
tag: "notebook-7.4.7"
|
||||||
pysparkImage:
|
pysparkImage:
|
||||||
repository: quay.io/jupyter/pyspark-notebook
|
repository: quay.io/jupyter/pyspark-notebook
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "2025-09-23"
|
tag: "notebook-7.4.7"
|
||||||
allsparkImage:
|
allsparkImage:
|
||||||
repository: quay.io/jupyter/all-spark-notebook
|
repository: quay.io/jupyter/all-spark-notebook
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "2025-09-23"
|
tag: "notebook-7.4.7"
|
||||||
jupyter:
|
jupyter:
|
||||||
jupyter_cmd: lab
|
jupyter_cmd: lab
|
||||||
restartable: true
|
restartable: true
|
||||||
|
|||||||
Reference in New Issue
Block a user