chore(helm): update jupyter 2023-10-31 → 2025-02-03 (major) (#31863)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/jupyter/all-spark-notebook | major | `ddb0a49` -> `5a04853` | | quay.io/jupyter/base-notebook | major | `91dd5af` -> `83682c1` | | quay.io/jupyter/datascience-notebook | major | `40856f6` -> `8153be5` | | quay.io/jupyter/minimal-notebook | major | `07d1349` -> `bf6745e` | | quay.io/jupyter/pyspark-notebook | major | `30ea90e` -> `ca34464` | | quay.io/jupyter/r-notebook | major | `f0fcd0a` -> `6b12ae1` | | quay.io/jupyter/scipy-notebook | major | `16097a3` -> `82dda2d` | | quay.io/jupyter/tensorflow-notebook | major | `a3248ee` -> `875ac9a` | --- > [!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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2023.12.25
|
||||
appVersion: 2025.2.3
|
||||
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: 10.13.0
|
||||
version: 11.0.0
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
image:
|
||||
repository: quay.io/jupyter/base-notebook
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023-12-25@sha256:386b4cb581cd3ea098ffdad460f92a5b5f50c9cd4524f4428c63d5fdb13746d8
|
||||
tag: 2025-02-03@sha256:83682c113a996050d41e945dd487201df94999e0d2a548f6242f5773fb2a699f
|
||||
minimalImage:
|
||||
repository: quay.io/jupyter/minimal-notebook
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023-12-25@sha256:d335498ba7f219e2c7c23189d840a4f43ef3da2475d6208baf296df3f3931ec7
|
||||
tag: 2025-02-03@sha256:bf6745e1d18879f82bd7e0d39c3a81b4174211bbc6039176ea3cc142d2b66882
|
||||
rImage:
|
||||
repository: quay.io/jupyter/r-notebook
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023-12-25@sha256:7e264040dc078ca5783d2bc466f8b99db64f3d89e5411106335de12fc51f3b8f
|
||||
tag: 2025-02-03@sha256:6b12ae11b830d7954e65b1c7e2bf4f5d727b2ef1c711e16de252c4e12810c7ad
|
||||
scipyImage:
|
||||
repository: quay.io/jupyter/scipy-notebook
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023-12-25@sha256:bdda38e30b510d81cc75a89ac155ab91502123aef0a402ad5c88109bc7d640b5
|
||||
tag: 2025-02-03@sha256:82dda2d4ea8e6f8da202414187f1987fdc19c1583164299be33a718b0123dad5
|
||||
tensorflowImage:
|
||||
repository: quay.io/jupyter/tensorflow-notebook
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023-12-25@sha256:eba3f7bf966335866f786912332a87245b7072c2d7c2da1bb55a638b9f3401e9
|
||||
tag: 2025-02-03@sha256:875ac9a485c988a701644eaf8d2da989d79d5974b125ac4457f56f0122e2e923
|
||||
datascienceImage:
|
||||
repository: quay.io/jupyter/datascience-notebook
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023-12-25@sha256:c3cc43ddf9b2addef65b6f99234e2259279c02de12563b05209ef3e984cd25bf
|
||||
tag: 2025-02-03@sha256:8153be55e11ef60a4e8cdec6e668172a463d356357c1bf83599758aebb1afe88
|
||||
pysparkImage:
|
||||
repository: quay.io/jupyter/pyspark-notebook
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023-12-25@sha256:d7f72154346424913e208e03c7f47ef6cf2f0fd9375c038cb7f95f7316104604
|
||||
tag: 2025-02-03@sha256:ca34464f29f1c36d9baeb4535d3dfbb1e728dca060d3232f9bea81c5ae3c7d1d
|
||||
allsparkImage:
|
||||
repository: quay.io/jupyter/all-spark-notebook
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023-12-25@sha256:50e841572dd91beec26b606aa66250289790f3ea2284f5c4c6f53fb819c63d3b
|
||||
tag: 2025-02-03@sha256:5a04853044df59f464195193bf9dd9892caf0f1e979c924078a184dff2907eeb
|
||||
jupyter:
|
||||
jupyter_cmd: lab
|
||||
restartable: true
|
||||
|
||||
Reference in New Issue
Block a user