From 6be288d8d5d546c8206f91a770d81fda419b32b5 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 11 Sep 2025 15:47:17 +0200 Subject: [PATCH] chore(helm): update jupyter (#39423) 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 | digest | `bdadf29` -> `c54af99` | | quay.io/jupyter/base-notebook | digest | `fca4d15` -> `22442c7` | | quay.io/jupyter/datascience-notebook | digest | `712552d` -> `7be8838` | | quay.io/jupyter/minimal-notebook | digest | `1e828c3` -> `079f059` | | quay.io/jupyter/pyspark-notebook | digest | `4656ac1` -> `b541dcb` | | quay.io/jupyter/r-notebook | digest | `3763616` -> `4c84e35` | | quay.io/jupyter/scipy-notebook | digest | `ac8b571` -> `ea65bef` | | quay.io/jupyter/tensorflow-notebook | digest | `58f00cc` -> `bf7287a` | --- > [!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/Chart.yaml | 2 +- charts/stable/jupyter/values.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index bc478045e13..f9b15c932ca 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -45,5 +45,5 @@ sources: - https://quay.io/jupyter/scipy-notebook - https://quay.io/jupyter/tensorflow-notebook type: application -version: 12.28.9 +version: 12.28.17 diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index 7dcb2873c52..0eef0486d95 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-08@sha256:fca4d1509038f7c19443fa46cf276d706e9d3ad4a13a0f22aa0a4f8d1b64362f + tag: 2025-09-08@sha256:22442c755999622f553e2963d3b36ed87975cbadb90a483a6b60c5b77c6d2674 minimalImage: repository: quay.io/jupyter/minimal-notebook pullPolicy: IfNotPresent - tag: 2025-09-08@sha256:1e828c311e4f3f4be3919e09146bcbe9d9514c9e4107ee524e6e698fc4e9e607 + tag: 2025-09-08@sha256:079f0598c77b8eca6bedb921e7e6b2844827e7d2a95a3ebb954158b5e0ccdd84 rImage: repository: quay.io/jupyter/r-notebook pullPolicy: IfNotPresent - tag: 2025-09-08@sha256:3763616760d3fa747dd3b8843a57df8a0c61c876e675a72df287910753260a3e + tag: 2025-09-08@sha256:4c84e35ab1aaa8568cd4936ffaa6966d7a1ac5ec6936ef7d48d721e5bb3e78d7 scipyImage: repository: quay.io/jupyter/scipy-notebook pullPolicy: IfNotPresent - tag: 2025-09-08@sha256:ac8b5713016c086d003317b9ebc64d7172027aedb0f05c8b16852ac7a7548b97 + tag: 2025-09-08@sha256:ea65beff1e5903ab166b5bee582f0a0ded5da4751cf2b38e17f25b9b3521f24c tensorflowImage: repository: quay.io/jupyter/tensorflow-notebook pullPolicy: IfNotPresent - tag: 2025-09-08@sha256:58f00cc6fd88535ab42bfcce746a2f4b0db944e4de0a07238ce2843958a33ffb + tag: 2025-09-08@sha256:bf7287a26e6a55d937952b3fa68104cfa8d68d249814803ccbf4433b86507999 datascienceImage: repository: quay.io/jupyter/datascience-notebook pullPolicy: IfNotPresent - tag: 2025-09-08@sha256:712552d3991eb4846cbed62809099dab7a5d68c6cf11127ba429c758d421cd05 + tag: 2025-09-08@sha256:7be8838ae1f0417dc78c1587c09ca6b3675d124990bebe2efb8ce7b6b3c704c3 pysparkImage: repository: quay.io/jupyter/pyspark-notebook pullPolicy: IfNotPresent - tag: 2025-09-08@sha256:4656ac1969821549dae2acc2869b771359c22929bbadfaa6515c95371db1572f + tag: 2025-09-08@sha256:b541dcb17796a5f61cff9defab19d264f430d3ed3cd5d14fc19957e6cee8423f allsparkImage: repository: quay.io/jupyter/all-spark-notebook pullPolicy: IfNotPresent - tag: 2025-09-08@sha256:bdadf29225bc8d308785ebd7ff7649325a73f690663416b76f5964a7d8f268ec + tag: 2025-09-08@sha256:c54af994ba42a8f61c936d3954af8d1f7d5b13228a681abfbc24836385151574 jupyter: jupyter_cmd: lab restartable: true