From 3f32138817c65e27b33ee67d575c09aca450b84c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 8 Feb 2025 21:11:58 +0100 Subject: [PATCH] chore(helm): update image quay.io/jupyter/base-notebook digest to 979ba51 (#31823) 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/base-notebook | digest | `8c90397` -> `979ba51` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 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 this update 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 | 18 +++++++++--------- charts/stable/jupyter/values.yaml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index 939897ddc95..84976aa87fb 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -32,13 +32,13 @@ name: jupyter sources: - https://github.com/jupyter/docker-stacks - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter - - https://hub.docker.com/r/jupyter/all-spark-notebook - - https://hub.docker.com/r/jupyter/base-notebook - - https://hub.docker.com/r/jupyter/datascience-notebook - - https://hub.docker.com/r/jupyter/minimal-notebook - - https://hub.docker.com/r/jupyter/pyspark-notebook - - https://hub.docker.com/r/jupyter/r-notebook - - https://hub.docker.com/r/jupyter/scipy-notebook - - https://hub.docker.com/r/jupyter/tensorflow-notebook + - https://quay.io/jupyter/all-spark-notebook + - https://quay.io/jupyter/base-notebook + - https://quay.io/jupyter/datascience-notebook + - https://quay.io/jupyter/minimal-notebook + - https://quay.io/jupyter/pyspark-notebook + - https://quay.io/jupyter/r-notebook + - https://quay.io/jupyter/scipy-notebook + - https://quay.io/jupyter/tensorflow-notebook type: application -version: 10.5.2 +version: 10.5.3 diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index 2227b1e4ff3..52bcb237fbc 100644 --- a/charts/stable/jupyter/values.yaml +++ b/charts/stable/jupyter/values.yaml @@ -1,7 +1,7 @@ image: repository: quay.io/jupyter/base-notebook pullPolicy: IfNotPresent - tag: 2023-10-20@sha256:8c903974902b0e9d45d9823c2234411de0614c5c98c4bb782b3d4f55b3e435e6 + tag: 2023-10-20@sha256:979ba51ec756bcc92c1e7bb22ffd5be24770323052085c1375b1929e1beb2c4b minimalImage: repository: quay.io/jupyter/minimal-notebook pullPolicy: IfNotPresent