From a5d610250c6475dee79280d6b075b1e518c65da3 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 21 Apr 2025 08:15:55 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20jupyter=202025-04-14=20?= =?UTF-8?q?=E2=86=92=202025-04-21=20(patch)=20(#34614)?= 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 | `c762d19` -> `9a701a2` | | quay.io/jupyter/base-notebook | patch | `e37f89f` -> `7c85b15` | | quay.io/jupyter/datascience-notebook | patch | `7bf5432` -> `9dfca2b` | | quay.io/jupyter/minimal-notebook | patch | `af152e2` -> `46979cf` | | quay.io/jupyter/pyspark-notebook | patch | `8c11c34` -> `057652c` | | quay.io/jupyter/r-notebook | patch | `60e6628` -> `0ff1243` | | quay.io/jupyter/scipy-notebook | patch | `d381781` -> `9a20735` | | quay.io/jupyter/tensorflow-notebook | patch | `1bc030d` -> `23c7e3e` | 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 a18115a5a1d..d4adec101bf 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2025.4.14 +appVersion: 2025.4.21 dependencies: - name: common version: 25.4.10 @@ -44,5 +44,5 @@ sources: - https://quay.io/jupyter/scipy-notebook - https://quay.io/jupyter/tensorflow-notebook type: application -version: 11.16.80 +version: 11.16.88 diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index c0fd509d17b..8a4b9099399 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-14@sha256:e37f89fce65523fadae5634160a9508997971653b96298889030b612eefd08a1 + tag: 2025-04-21@sha256:7c85b15fa97069359a25714a315c81e278c8269fc8e324b99433670a23a554c2 minimalImage: repository: quay.io/jupyter/minimal-notebook pullPolicy: IfNotPresent - tag: 2025-04-14@sha256:af152e27ee4a59301dff5a5ea1575b99dc35eda92a9c6dbce2c67854ce2160a5 + tag: 2025-04-21@sha256:46979cf6b02835c33cddfff80eb1b305ac81fc4b0f599aebbe3147ab4d57b08a rImage: repository: quay.io/jupyter/r-notebook pullPolicy: IfNotPresent - tag: 2025-04-14@sha256:60e6628505e04126854abe61bab0dc659d7782a2ab088c4de6da53c356059d1d + tag: 2025-04-21@sha256:0ff124368e0ba76d2e3d4d6f64ab51680eeb94bd341e91f2fd202614d3a6bbf2 scipyImage: repository: quay.io/jupyter/scipy-notebook pullPolicy: IfNotPresent - tag: 2025-04-14@sha256:d3817813232c0067abbb2be41bc922ff4256b9f9b252f2e7e21029fc6e220a3d + tag: 2025-04-21@sha256:9a207352b0899a2bffe30c40225cd601fa35a34faa1ab460e1ad5b04846d4efe tensorflowImage: repository: quay.io/jupyter/tensorflow-notebook pullPolicy: IfNotPresent - tag: 2025-04-14@sha256:1bc030d6df60e5e8918d4288f1e5e925b49d7c976b2d49a6d2c645f1594d0f6b + tag: 2025-04-21@sha256:23c7e3ecc24256bf7a9eaa51044dafeec65a667771cd2fc1b6833090f9c68ef9 datascienceImage: repository: quay.io/jupyter/datascience-notebook pullPolicy: IfNotPresent - tag: 2025-04-14@sha256:7bf5432fd91bfb6980ba501e7fb57821e408df687d5244e3f315a3a08fc21257 + tag: 2025-04-21@sha256:9dfca2b6774c9c50ebbad720b54e8f1d99ecb351b4850b4555e65f38ef6d3347 pysparkImage: repository: quay.io/jupyter/pyspark-notebook pullPolicy: IfNotPresent - tag: 2025-04-14@sha256:8c11c3499fb05f20d586b71e00cff9b400b173ea31db1d59259c0e6ea214be2e + tag: 2025-04-21@sha256:057652c83d5fb089e0b3071b43a5fd2950d21f50ce62f5d0a49e7a1db1fcf923 allsparkImage: repository: quay.io/jupyter/all-spark-notebook pullPolicy: IfNotPresent - tag: 2025-04-14@sha256:c762d19715d526391f3cbc79df0946cb55aa174bc1d4eec55911a08d749227cb + tag: 2025-04-21@sha256:9a701a2f8f0fb230557a5f480f4e0f2ab7cd289d877e20e53a54269fdf1cb431 jupyter: jupyter_cmd: lab restartable: true