From 6a891babf89e2479c8f706733bc0482a7478c064 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 24 Feb 2025 19:24:22 +0100 Subject: [PATCH] chore(helm): update jupyter (#32513) 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 | `6ebdd05` -> `76d5bd5` | | quay.io/jupyter/base-notebook | digest | `d0aaba3` -> `81469c7` | | quay.io/jupyter/datascience-notebook | digest | `1dfae5d` -> `ea4d1a5` | | quay.io/jupyter/minimal-notebook | digest | `be65939` -> `8ebfc44` | | quay.io/jupyter/pyspark-notebook | digest | `00f6fff` -> `1fef14c` | | quay.io/jupyter/r-notebook | digest | `d05cbba` -> `4cde721` | | quay.io/jupyter/scipy-notebook | digest | `a053ed7` -> `f18bf64` | | quay.io/jupyter/tensorflow-notebook | digest | `9446cf9` -> `3dd0489` | 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 5fdaf8d8229..9f3613ceca2 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.122 +version: 11.0.130 diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index 5634dc56ae9..0e7bf2b5b17 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-02-24@sha256:d0aaba3269aae9f7414eccb499297b5f3d4a7256d6d5f30321afb31300d533e2 + tag: 2025-02-24@sha256:81469c7c126ad3b0cc6234b2b8113ca36f5ed01839c0b3df48867b95089726f9 minimalImage: repository: quay.io/jupyter/minimal-notebook pullPolicy: IfNotPresent - tag: 2025-02-24@sha256:be6593956f8b9a47c6503c30fba0cff83c0ef2c4c07724f204a839ed9bda9cba + tag: 2025-02-24@sha256:8ebfc44ce701c031144aff0e83bc4532a3e10ddb46018d9b000b9588ca04592e rImage: repository: quay.io/jupyter/r-notebook pullPolicy: IfNotPresent - tag: 2025-02-24@sha256:d05cbba2fca5045b0f378c30fab7df67db8d3d17818c0c2a860aa3246a5f4d79 + tag: 2025-02-24@sha256:4cde7210da6a93fabe881a067b4d55fbdfebdc4da718e1d57c22dfec79fdcb29 scipyImage: repository: quay.io/jupyter/scipy-notebook pullPolicy: IfNotPresent - tag: 2025-02-24@sha256:a053ed7079a8da0a3ef49d9a35f3c2094bd2d4d91f2d4110f9a86abe8dec7068 + tag: 2025-02-24@sha256:f18bf64d833e5c9805710a35984c3efd882dee12fe79ad97c02a4282820ee3c5 tensorflowImage: repository: quay.io/jupyter/tensorflow-notebook pullPolicy: IfNotPresent - tag: 2025-02-24@sha256:9446cf9474919b331d1a1f50ff45e77e1d22023882031f6bf7410ca9e086367b + tag: 2025-02-24@sha256:3dd0489a364d78137033ec6480cfe806fdd62b5fb6ecb0e398d5a8569f96904d datascienceImage: repository: quay.io/jupyter/datascience-notebook pullPolicy: IfNotPresent - tag: 2025-02-24@sha256:1dfae5dfe4940423b7950d7ab7dbb1d73a22fe94ec98c78604ea34e4c4ca06fd + tag: 2025-02-24@sha256:ea4d1a5fee5fc1e7262af1b14bc2c9aab39e2ac6952e24eb432f8e133e30df0d pysparkImage: repository: quay.io/jupyter/pyspark-notebook pullPolicy: IfNotPresent - tag: 2025-02-24@sha256:00f6fff5e439ad5d1f18a92e432c1e3b9230993b64a84d314b77164a6533e719 + tag: 2025-02-24@sha256:1fef14ca00a3d6bf0d4a0708212e0666a5d67b37d544f556d26eff085d496fe2 allsparkImage: repository: quay.io/jupyter/all-spark-notebook pullPolicy: IfNotPresent - tag: 2025-02-24@sha256:6ebdd053d49f729bde082090cd0a9194b6bf81ab068b0be3cfda64b618513642 + tag: 2025-02-24@sha256:76d5bd5d884004ddec72f70c45e00e4a52b8ca9efc3d56e1b62fbf315b3ad8c6 jupyter: jupyter_cmd: lab restartable: true