From 20da679483d08e4d6617445d644a23e994c5f8fc Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 13 Feb 2025 01:21:19 +0100 Subject: [PATCH] chore(helm): update jupyter (#32006) 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 | `66d7eeb` -> `bdbed14` | | quay.io/jupyter/datascience-notebook | digest | `ff52b94` -> `47a5f78` | --- > [!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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index a2058363462..75df038b377 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.0.24 +version: 11.0.26 diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index 670d5832741..e02777da556 100644 --- a/charts/stable/jupyter/values.yaml +++ b/charts/stable/jupyter/values.yaml @@ -21,7 +21,7 @@ tensorflowImage: datascienceImage: repository: quay.io/jupyter/datascience-notebook pullPolicy: IfNotPresent - tag: 2025-02-12@sha256:ff52b940cf19ea677ef83e2fbd883302ef04e0e45c4f6d95f625d74c4e871a92 + tag: 2025-02-12@sha256:47a5f785b0781addb1206065f023af7e502db18d1310160ba5e0d1e3577c10ef pysparkImage: repository: quay.io/jupyter/pyspark-notebook pullPolicy: IfNotPresent @@ -29,7 +29,7 @@ pysparkImage: allsparkImage: repository: quay.io/jupyter/all-spark-notebook pullPolicy: IfNotPresent - tag: 2025-02-12@sha256:66d7eebe662975ede2aabe4e8a65ffc301891d253c1804c235568e52880dbf04 + tag: 2025-02-12@sha256:bdbed14c6dcea030e924cbddf7b867292a34548995c0d4411d85ed1a0187de76 jupyter: jupyter_cmd: lab restartable: true