From d7244e7cc2d81ed8daa90f96cbdee0d432cab75b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 13 Apr 2025 20:23:33 +0200 Subject: [PATCH] chore(helm): update jupyter (#34343) 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 | `5f86e46` -> `030969b` | | quay.io/jupyter/base-notebook | digest | `b03af27` -> `4f1682c` | | quay.io/jupyter/datascience-notebook | digest | `dc2b79f` -> `e848f46` | | quay.io/jupyter/minimal-notebook | digest | `c99a02e` -> `93cab0e` | | quay.io/jupyter/pyspark-notebook | digest | `b49a44a` -> `07142cf` | | quay.io/jupyter/r-notebook | digest | `c4b21fb` -> `8d86f30` | | quay.io/jupyter/scipy-notebook | digest | `ffd2188` -> `f8ce1db` | | quay.io/jupyter/tensorflow-notebook | digest | `e5ee06e` -> `be3e482` | 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 3e1ccc39e29..8d974e93d28 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -44,5 +44,5 @@ sources: - https://quay.io/jupyter/scipy-notebook - https://quay.io/jupyter/tensorflow-notebook type: application -version: 11.16.56 +version: 11.16.64 diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index 60dd1820e7c..10ced1143bb 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-13@sha256:b03af27b1d9684f0e20ca3b41ccb18acae5fef7e2da52019c1289e115bf4d5db + tag: 2025-04-13@sha256:4f1682c320c8c3e270294b4367674ab6ac214dfdcabe4ff65c995be3db5954e8 minimalImage: repository: quay.io/jupyter/minimal-notebook pullPolicy: IfNotPresent - tag: 2025-04-13@sha256:c99a02ef4a82805530bd36d81b6ce18bedb5f4900786802d6c73759a06b765f2 + tag: 2025-04-13@sha256:93cab0e2b01e64a5ca68cbaf5d77838535d67504b2c70aa82f4c16e94d6bdfde rImage: repository: quay.io/jupyter/r-notebook pullPolicy: IfNotPresent - tag: 2025-04-13@sha256:c4b21fb863ef0ff6867b7f00b2d9c063fd0209000677ae0266d4bddc8a94e5d1 + tag: 2025-04-13@sha256:8d86f30390f29dea1f1335c13e1af21a17cb5f234853bc8d1dffd6061dcf135c scipyImage: repository: quay.io/jupyter/scipy-notebook pullPolicy: IfNotPresent - tag: 2025-04-13@sha256:ffd2188b143d7e82447ec8197747398c544d591aabeb4c05d70e35f8a89da025 + tag: 2025-04-13@sha256:f8ce1dbab7977f2300b58c10d671cd0e2d0769fa411e2f2203a57c597579b1be tensorflowImage: repository: quay.io/jupyter/tensorflow-notebook pullPolicy: IfNotPresent - tag: 2025-04-13@sha256:e5ee06e695b564f3033fbe01cd129af2ca3189b7d8b6320642dc9e5061dc4e8f + tag: 2025-04-13@sha256:be3e4821cbc6bce19332b16166bacb83f64fc9113393cbc10780aecaa50b0485 datascienceImage: repository: quay.io/jupyter/datascience-notebook pullPolicy: IfNotPresent - tag: 2025-04-13@sha256:dc2b79fd0253ffe29fbdd17f00f2031f7d99c553cb64d98887b40b21ab2115ff + tag: 2025-04-13@sha256:e848f4643d55c20e33fcc1c6f1e5286583d8330230f53c347daad43ce9608c4b pysparkImage: repository: quay.io/jupyter/pyspark-notebook pullPolicy: IfNotPresent - tag: 2025-04-13@sha256:b49a44a52a1d007d217b2e5cd18710636fbed4ec934e8f07cf696ecabee3bada + tag: 2025-04-13@sha256:07142cfbcccc5de9826120ce128e0bb131d82d6a0caa793ddd31b1951af3b3c0 allsparkImage: repository: quay.io/jupyter/all-spark-notebook pullPolicy: IfNotPresent - tag: 2025-04-13@sha256:5f86e469c8a2d61bfb27ffe30279e2d79ce012f9c509353a73c5773570948b92 + tag: 2025-04-13@sha256:030969b1e5065c02301fee970ab930ce211aed174686d60a6023290314af67c1 jupyter: jupyter_cmd: lab restartable: true