From 2547abc2af8d9a83e547537b266137d162bf9352 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 27 Jan 2025 02:49:16 +0100 Subject: [PATCH] chore(helm): update image docker.io/jupyter/datascience-notebook digest to 476c6e6 (#31229) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/jupyter/datascience-notebook | digest | `9896365` -> `476c6e6` | --- > [!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 | 2 +- charts/stable/jupyter/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index f62da7f4163..dc16d9d3a4e 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -41,4 +41,4 @@ sources: - https://hub.docker.com/r/jupyter/scipy-notebook - https://hub.docker.com/r/jupyter/tensorflow-notebook type: application -version: 10.5.0 +version: 10.5.1 diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index 2e937d08f0b..852baafa5db 100644 --- a/charts/stable/jupyter/values.yaml +++ b/charts/stable/jupyter/values.yaml @@ -21,7 +21,7 @@ tensorflowImage: datascienceImage: repository: docker.io/jupyter/datascience-notebook pullPolicy: IfNotPresent - tag: 2023-10-20@sha256:989636579136ff077456368ca44aed80cba7de7e9c30d989f23899bd79c9b5bf + tag: 2023-10-20@sha256:476c6e673e7d5d8b5059f8680b1c6a988942a79263da651bf302dc696ab311f2 pysparkImage: repository: docker.io/jupyter/pyspark-notebook pullPolicy: IfNotPresent