From 7f3dda9e74effe6b3e87d154435ad74c49682cb6 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 17 Sep 2025 06:13:24 +0200 Subject: [PATCH] chore(helm): update jupyter (#39631) 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/base-notebook | digest | `882056d` -> `7c043a4` | | quay.io/jupyter/minimal-notebook | digest | `fdf9c06` -> `c31c4ab` | | quay.io/jupyter/scipy-notebook | digest | `4420430` -> `796247c` | | quay.io/jupyter/tensorflow-notebook | digest | `38324f1` -> `71187e9` | --- > [!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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index d4ac3930e3e..12c49216515 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.29.4 +version: 12.29.8 diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index e0f0d26b6d0..51717d517b0 100644 --- a/charts/stable/jupyter/values.yaml +++ b/charts/stable/jupyter/values.yaml @@ -1,11 +1,11 @@ image: repository: quay.io/jupyter/base-notebook pullPolicy: IfNotPresent - tag: 2025-09-16@sha256:882056d4f7e27052577bd1165a81044b95ce7fbd13e12647008ec64b3cb4513f + tag: 2025-09-16@sha256:7c043a49ed244f8dd3a408065a203a89870dd912707a2fa2dd72dc28d3a9c45c minimalImage: repository: quay.io/jupyter/minimal-notebook pullPolicy: IfNotPresent - tag: 2025-09-16@sha256:fdf9c060d86e7b93fd4b82b4c4ecc7d45dec9ef42539135b8a83966d1b398c69 + tag: 2025-09-16@sha256:c31c4ab97a1a582910b30886855b0ed89d44feb8bda29743dabe70c3d56ff107 rImage: repository: quay.io/jupyter/r-notebook pullPolicy: IfNotPresent @@ -13,11 +13,11 @@ rImage: scipyImage: repository: quay.io/jupyter/scipy-notebook pullPolicy: IfNotPresent - tag: 2025-09-16@sha256:442043087dcc08b25913622cc404939e67362e23763ecfc33feb55421fd860a5 + tag: 2025-09-16@sha256:796247cc9b4c49a6ed5646f26b6be76cd9eb1a0e678c6fa18e5944ddddd2e58e tensorflowImage: repository: quay.io/jupyter/tensorflow-notebook pullPolicy: IfNotPresent - tag: 2025-09-16@sha256:38324f10002969245e22156ac77bc46a6d24d708224d0114a142e44ae49de4fe + tag: 2025-09-16@sha256:71187e9fab945fc4f16d952f402bee1ae4111b6b59450251757b48bfad943788 datascienceImage: repository: quay.io/jupyter/datascience-notebook pullPolicy: IfNotPresent