From 896bdd22f8c01389050e706ba5ba1e3b24920047 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 5 Nov 2025 21:29:19 +0100 Subject: [PATCH] fix(jupyter): correct image tags to semver --- charts/stable/jupyter/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index 64b9a420bb8..458d57d78d1 100644 --- a/charts/stable/jupyter/values.yaml +++ b/charts/stable/jupyter/values.yaml @@ -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