From 6fb09b295a29c0c51db0319ada9a65bf9d49cd0d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 4 Apr 2025 02:32:15 +0200 Subject: [PATCH] chore(helm): update jupyter (#33921) 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 | `d02f2cc` -> `1c59e92` | | quay.io/jupyter/base-notebook | digest | `089b078` -> `8a8dfb9` | | quay.io/jupyter/datascience-notebook | digest | `088fed9` -> `9f0640a` | | quay.io/jupyter/minimal-notebook | digest | `529fc88` -> `587d7bb` | | quay.io/jupyter/pyspark-notebook | digest | `3eab558` -> `57eff68` | | quay.io/jupyter/r-notebook | digest | `88300c8` -> `b6bd256` | | quay.io/jupyter/scipy-notebook | digest | `46afd5e` -> `e183267` | | quay.io/jupyter/tensorflow-notebook | digest | `1365b85` -> `f07e9d1` | --- > [!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 371ada1df13..83168c40ace 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -41,4 +41,4 @@ sources: - https://quay.io/jupyter/scipy-notebook - https://quay.io/jupyter/tensorflow-notebook type: application -version: 11.16.16 +version: 11.16.24 diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index 45a2b24322d..a104ab1e99a 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-04-03@sha256:089b078289ad0f725cfcbabb4109b80f366ca01e59594040432d3eeb59aed065 + tag: 2025-04-03@sha256:8a8dfb9bd5a626166a32b1dfbe3322df1f282654d8f6d2c3c5842874fe89de67 minimalImage: repository: quay.io/jupyter/minimal-notebook pullPolicy: IfNotPresent - tag: 2025-04-03@sha256:529fc882578ebb9ddab3211d06770eead1720fef36b27b544291f845bafc28e3 + tag: 2025-04-03@sha256:587d7bb74904988586fe68b3e765ed0eb61ee49a3235a3d51935f90ef72f2a73 rImage: repository: quay.io/jupyter/r-notebook pullPolicy: IfNotPresent - tag: 2025-04-03@sha256:88300c8ceee8a882f73d760fd032848088bd50ad7d7211d31016c431bb7d92c5 + tag: 2025-04-03@sha256:b6bd256e94fdda5660a849e7cae39ffea5eebe51b8b9dbf5fb973eb0b966c9bf scipyImage: repository: quay.io/jupyter/scipy-notebook pullPolicy: IfNotPresent - tag: 2025-04-03@sha256:46afd5ec56651d1601a4249eabf81ee06a966bc1aad7a69c83b554d23bd0e642 + tag: 2025-04-03@sha256:e183267a01bb0df7d3f244b25f3787b355a1818b3b57998c5d2269d042e328ea tensorflowImage: repository: quay.io/jupyter/tensorflow-notebook pullPolicy: IfNotPresent - tag: 2025-04-03@sha256:1365b851c7b9ae3ab36dcc3db6b252121bf1ac3ed01eb6c07093baf715a7ba84 + tag: 2025-04-03@sha256:f07e9d195f28934df7ecbda62edbd7db9889a936991493753b98c8e7f634ac68 datascienceImage: repository: quay.io/jupyter/datascience-notebook pullPolicy: IfNotPresent - tag: 2025-04-03@sha256:088fed96d3f15d5284717832c02f36c6102ce98d3e7e8a08cc5e2d4328640811 + tag: 2025-04-03@sha256:9f0640a9420c2ae8b1499409970a47f46a5886ee7e2f0b5fde329abf5aee37ea pysparkImage: repository: quay.io/jupyter/pyspark-notebook pullPolicy: IfNotPresent - tag: 2025-04-03@sha256:3eab5580cd3b62ace93840f180ffe1d40554d71cabb8bc1a3c8e4ce91f3db478 + tag: 2025-04-03@sha256:57eff68ad9360a3f1d1e20ddae39c6cf76c5149e098f084a67e556186f205c38 allsparkImage: repository: quay.io/jupyter/all-spark-notebook pullPolicy: IfNotPresent - tag: 2025-04-03@sha256:d02f2cce657f717ea45adfd92d44fe839295ab67e350f8cd0c1f24f1f8c3fe81 + tag: 2025-04-03@sha256:1c59e922135d3c456dc7132c56c293c3817d2bd79c03e00e9f01c07f513cf671 jupyter: jupyter_cmd: lab restartable: true