From 2100cf123beb98ea1a9031159cdb32dc54519953 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 12 Mar 2025 19:30:31 +0100 Subject: [PATCH] chore(helm): update jupyter (patch) (#33185) 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 | `5a1793a` -> `29e4362` | | quay.io/jupyter/base-notebook | patch | `3c5fcf0` -> `099b443` | | quay.io/jupyter/datascience-notebook | patch | `e80ece3` -> `ee4e8db` | | quay.io/jupyter/minimal-notebook | patch | `c47e92f` -> `5010501` | | quay.io/jupyter/pyspark-notebook | patch | `bdd8afe` -> `618b57d` | | quay.io/jupyter/r-notebook | patch | `ad52769` -> `b5a07fb` | | quay.io/jupyter/scipy-notebook | patch | `f02d3df` -> `fcf8881` | | quay.io/jupyter/tensorflow-notebook | patch | `d15b3f8` -> `29ab88a` | 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 | 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 1b408859554..587152f5e66 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.10 +appVersion: 2025.3.12 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.27 +version: 11.8.35 diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index d0f6f043de1..8e2864001b3 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-10@sha256:3c5fcf0a053484feda37f8f3f7534f1893f47732ee7bfc138b7e51b1f1ae7272 + tag: 2025-03-12@sha256:099b44354c174b3d977faafb79501e7f366835d34f0acbc798ff122d6faa4fcc minimalImage: repository: quay.io/jupyter/minimal-notebook pullPolicy: IfNotPresent - tag: 2025-03-10@sha256:c47e92ffad771437f14d969fee3c27c8fd46e78bb4e8867a5eab0a11816dbe33 + tag: 2025-03-12@sha256:5010501da3a3fafd8a8e80b26cc87d584aba38f8d5af7c351c05fadb58505899 rImage: repository: quay.io/jupyter/r-notebook pullPolicy: IfNotPresent - tag: 2025-03-11@sha256:ad52769e761d55f76670d235c7cd3f05a20f05b550b4f6e56e4a52f59d9f8e71 + tag: 2025-03-12@sha256:b5a07fb7e8c0b33f97c4251b26e2c866cb9736b9fa59c18660000207a69c9398 scipyImage: repository: quay.io/jupyter/scipy-notebook pullPolicy: IfNotPresent - tag: 2025-03-10@sha256:f02d3df5a510bffcf7f7d7d65e3452d7110b0ea2b608029938c903ddd1af2163 + tag: 2025-03-12@sha256:fcf888152357f754f4013adff6910c5bcf028c3d9edfbfadf4df1d13f07dec5f tensorflowImage: repository: quay.io/jupyter/tensorflow-notebook pullPolicy: IfNotPresent - tag: 2025-03-10@sha256:d15b3f8a5dc9063488a8939faf12dc792a3f0705d98ec76c67344230cfddaed4 + tag: 2025-03-12@sha256:29ab88a7979b83e12baeb300b46b06f1919b9b47113088e094abfd817a6f50b6 datascienceImage: repository: quay.io/jupyter/datascience-notebook pullPolicy: IfNotPresent - tag: 2025-03-11@sha256:e80ece373baf2bcd250cd462240ea8db1e49f2c9ee4e37f99c5eed97f3839d6f + tag: 2025-03-12@sha256:ee4e8dbce8e84be9e26bd56eee69aa57bf401f1f51d6c8adf7d68fe546ca300b pysparkImage: repository: quay.io/jupyter/pyspark-notebook pullPolicy: IfNotPresent - tag: 2025-03-10@sha256:bdd8afe368c0ec60ddf11dc31c38d06c5e234ffeb003a95f297247fd98ab4fdf + tag: 2025-03-12@sha256:618b57da37b7f020b9b623e8bdf521f409f218f7b07a41600116574f548d6526 allsparkImage: repository: quay.io/jupyter/all-spark-notebook pullPolicy: IfNotPresent - tag: 2025-03-11@sha256:5a1793ae218a27455652e2865292137e66839ae7e3e2762680aa62a4d063a5ea + tag: 2025-03-12@sha256:29e43625d6e47aaa52fc902e0e53def211e2738af85fe18e55f24e3f9425d16f jupyter: jupyter_cmd: lab restartable: true