From c8f57da2c53703f5250d483fb35743fc758788b2 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 11 Mar 2025 13:13:52 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20jupyter=202025-03-10=20?= =?UTF-8?q?=E2=86=92=202025-03-11=20(patch)=20(#33113)?= 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 | `c29061f` -> `5a1793a` | | quay.io/jupyter/datascience-notebook | patch | `8cf3fd4` -> `e80ece3` | | quay.io/jupyter/r-notebook | patch | `9ba6df8` -> `ad52769` | 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 | 2 +- charts/stable/jupyter/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index 3f22ef506d4..1b408859554 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.8.24 +version: 11.8.27 diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index 32f7cd11f1f..d0f6f043de1 100644 --- a/charts/stable/jupyter/values.yaml +++ b/charts/stable/jupyter/values.yaml @@ -9,7 +9,7 @@ minimalImage: rImage: repository: quay.io/jupyter/r-notebook pullPolicy: IfNotPresent - tag: 2025-03-10@sha256:9ba6df83f200e081f5c8385f34ed68de3174792fb3e13ae8c7cd4d7a64550ed7 + tag: 2025-03-11@sha256:ad52769e761d55f76670d235c7cd3f05a20f05b550b4f6e56e4a52f59d9f8e71 scipyImage: repository: quay.io/jupyter/scipy-notebook pullPolicy: IfNotPresent @@ -21,7 +21,7 @@ tensorflowImage: datascienceImage: repository: quay.io/jupyter/datascience-notebook pullPolicy: IfNotPresent - tag: 2025-03-10@sha256:8cf3fd44b6b8c86d3103d9aa62c34eae6e3b42bd5e2bb692a37c5cdd5faa6b5c + tag: 2025-03-11@sha256:e80ece373baf2bcd250cd462240ea8db1e49f2c9ee4e37f99c5eed97f3839d6f 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-03-10@sha256:c29061fb72fc98c1291d7e6a78b6f65d6df9df2d2c76f1006a40da7aa92fc37a + tag: 2025-03-11@sha256:5a1793ae218a27455652e2865292137e66839ae7e3e2762680aa62a4d063a5ea jupyter: jupyter_cmd: lab restartable: true