From 41ae409e1236d2ec5839bf9bcd69d54dda054370 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 27 Nov 2025 16:04:55 +0100 Subject: [PATCH] chore(helm): pin dependencies (#42169) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/jupyter/all-spark-notebook | pinDigest | -> `ad00c65` | | quay.io/jupyter/base-notebook | pinDigest | -> `5d1c564` | | quay.io/jupyter/datascience-notebook | pinDigest | -> `b12188b` | | quay.io/jupyter/minimal-notebook | pinDigest | -> `c17170e` | | quay.io/jupyter/pyspark-notebook | pinDigest | -> `6287c0b` | | quay.io/jupyter/r-notebook | pinDigest | -> `6fabd17` | | quay.io/jupyter/scipy-notebook | pinDigest | -> `3458d4f` | | quay.io/jupyter/tensorflow-notebook | pinDigest | -> `9280a79` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- 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 458d57d78d1..9726083524b 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: "notebook-7.4.7" + tag: "notebook-7.4.7@sha256:5d1c5649c20a156742c63135f426562e83dc9a0a76fff19b909b5845b85330a7" minimalImage: repository: quay.io/jupyter/minimal-notebook pullPolicy: IfNotPresent - tag: "notebook-7.4.7" + tag: "notebook-7.4.7@sha256:c17170eb047202ff6c5cc7adcf0d896f7d2bd663975f31b2ce20659bdfbcf04b" rImage: repository: quay.io/jupyter/r-notebook pullPolicy: IfNotPresent - tag: "notebook-7.4.7" + tag: "notebook-7.4.7@sha256:6fabd176420d460ac08625eba6a144313474ca27629ed3e34e876c06fc14906e" scipyImage: repository: quay.io/jupyter/scipy-notebook pullPolicy: IfNotPresent - tag: "notebook-7.4.7" + tag: "notebook-7.4.7@sha256:3458d4fbb313f7090d83eb900f8516848a504e29dcf33efde50b1fdbbc2723d1" tensorflowImage: repository: quay.io/jupyter/tensorflow-notebook pullPolicy: IfNotPresent - tag: "notebook-7.4.7" + tag: "notebook-7.4.7@sha256:9280a79c023789508fd3c13eea295b098897d9f73c827bc154d8adb1270ceafc" datascienceImage: repository: quay.io/jupyter/datascience-notebook pullPolicy: IfNotPresent - tag: "notebook-7.4.7" + tag: "notebook-7.4.7@sha256:b12188b08b13b64e6198eead1e948bc0812d7f5c91575ae37207da0fb750759d" pysparkImage: repository: quay.io/jupyter/pyspark-notebook pullPolicy: IfNotPresent - tag: "notebook-7.4.7" + tag: "notebook-7.4.7@sha256:6287c0ba787930d8dec08f8c5c81866b1e86be14adbfb3efe2b18d4e5db877ff" allsparkImage: repository: quay.io/jupyter/all-spark-notebook pullPolicy: IfNotPresent - tag: "notebook-7.4.7" + tag: "notebook-7.4.7@sha256:ad00c652eb2b6afbcb183587770bcbe49372b3e1dae7e62a9fa055260ec81920" jupyter: jupyter_cmd: lab restartable: true