From 4acc6340ed5b3b8de65ecc193f22e5277c2ea35c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 29 Aug 2024 08:26:43 +0200 Subject: [PATCH] chore(deps): update container image jupyter/minimal-notebook to 2023-10-20@1c4c8b6 by renovate (#25637) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | jupyter/minimal-notebook | digest | `9aef9e5` -> `1c4c8b6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.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 df243dc5203..204c7a87469 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.1.3 +version: 10.1.4 diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index fe412440bc5..399e997be3f 100644 --- a/charts/stable/jupyter/values.yaml +++ b/charts/stable/jupyter/values.yaml @@ -5,7 +5,7 @@ image: minimalImage: repository: jupyter/minimal-notebook pullPolicy: IfNotPresent - tag: 2023-10-20@sha256:9aef9e53b7d8bdc7bdd9a2824fe6287081131bc02bf03edc1450ab9413646837 + tag: 2023-10-20@sha256:1c4c8b6c7c27059c353d4e80523c2696e34723fde67d27418873ebeb42032551 rImage: repository: jupyter/r-notebook pullPolicy: IfNotPresent