From 8a8c55440ff39adeea25b401e3581313eef9ce51 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 31 Mar 2025 14:33:07 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20jupyter=202025-03-28=20?= =?UTF-8?q?=E2=86=92=202025-03-31=20(patch)=20(#33784)?= 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 | patch | `017bae8` -> `aa36c40` | | quay.io/jupyter/base-notebook | patch | `dd2cf34` -> `84e0498` | | quay.io/jupyter/datascience-notebook | patch | `552f36b` -> `4035be5` | | quay.io/jupyter/minimal-notebook | patch | `4985ba7` -> `ec3fa33` | | quay.io/jupyter/pyspark-notebook | patch | `250f8b6` -> `b916eff` | | quay.io/jupyter/r-notebook | patch | `89e588c` -> `e1c580c` | | quay.io/jupyter/scipy-notebook | patch | `a488688` -> `bc3a982` | | quay.io/jupyter/tensorflow-notebook | patch | `3388373` -> `5551c29` | 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] 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 | 4 ++-- charts/stable/jupyter/values.yaml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index c4fe902f9ab..468b3e1b079 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2025.3.28 +appVersion: 2025.3.31 dependencies: - name: common version: 25.4.10 @@ -41,4 +41,4 @@ sources: - https://quay.io/jupyter/scipy-notebook - https://quay.io/jupyter/tensorflow-notebook type: application -version: 11.8.82 +version: 11.8.90 diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index 507921f3af6..ca7f9eaaeb5 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-03-28@sha256:dd2cf34702fa4c4888b33a398033fedd598bc535ed9abc8e418b1a46f8eccff3 + tag: 2025-03-31@sha256:84e0498877dc0be4fdc7c41e9537968ab116e4771f690c7ad49c90c822fa02b6 minimalImage: repository: quay.io/jupyter/minimal-notebook pullPolicy: IfNotPresent - tag: 2025-03-28@sha256:4985ba76aa2ab556357d88a2525dc9e25dac2ac629858f22b173511bc783dd56 + tag: 2025-03-31@sha256:ec3fa33b3c6a245aec9519935afc2cd3e19d8cc11b7277e332e4bb838714d5fc rImage: repository: quay.io/jupyter/r-notebook pullPolicy: IfNotPresent - tag: 2025-03-28@sha256:89e588cea15485242e61392d876a6fd765641bb62d7f7a4b5d18298e2eb2445e + tag: 2025-03-31@sha256:e1c580c70f8cb15b60230ac08f1929767786f44503d8fbf15d46deb0d3ef908b scipyImage: repository: quay.io/jupyter/scipy-notebook pullPolicy: IfNotPresent - tag: 2025-03-28@sha256:a4886883b8267e692eff3c63835af7e82b8a96b9161e0f0f3bb1c9007c6e5c01 + tag: 2025-03-31@sha256:bc3a9828eddbd79fe3b33596a2aa1e8fbf3bbcbafb519fcdff00e1342220adfe tensorflowImage: repository: quay.io/jupyter/tensorflow-notebook pullPolicy: IfNotPresent - tag: 2025-03-28@sha256:3388373719f47063f8398ff875aae84523280b17e303db534238af1e8ac6e67e + tag: 2025-03-31@sha256:5551c29d75af41d8e7613f5520f720ac0793b4e7d245b66b97b7d1db9ab0588f datascienceImage: repository: quay.io/jupyter/datascience-notebook pullPolicy: IfNotPresent - tag: 2025-03-28@sha256:552f36bdf7997fb85f7be66b087344e961b30bec456c7e2965e285c37594b23a + tag: 2025-03-31@sha256:4035be5e0b511b3aa207c70215e72d6252521900a46fff4f9f8cbdb8be25d1e7 pysparkImage: repository: quay.io/jupyter/pyspark-notebook pullPolicy: IfNotPresent - tag: 2025-03-28@sha256:250f8b65d2a94ebb786611c0a9589b337aee77d80d5a57074802264b932faac0 + tag: 2025-03-31@sha256:b916eff2f560f2b8f24221a450adb8f7cd539dfc3fbc0eb3e75af135236e07b2 allsparkImage: repository: quay.io/jupyter/all-spark-notebook pullPolicy: IfNotPresent - tag: 2025-03-28@sha256:017bae888b50a4f6c237c269da050c8970604d3d3bc913607f196438315d0df5 + tag: 2025-03-31@sha256:aa36c409ef14eb8d25abcb9a7e17666ae1e13cffc3fee17d52355fcc465501ef jupyter: jupyter_cmd: lab restartable: true