Files
truecharts/charts/stable/jupyter/values.yaml
T
TrueCharts BotandGitHub 9393c6e466 chore(helm): update jupyter 2025-08-18 → 2025-08-25 (patch) (#38786)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/jupyter/all-spark-notebook | patch | `7973559` -> `6a374fe` |
| quay.io/jupyter/base-notebook | patch | `f2e2b6d` -> `e9222d8` |
| quay.io/jupyter/datascience-notebook | patch | `02a4768` -> `76b7e4e`
|
| quay.io/jupyter/minimal-notebook | patch | `83b6d0b` -> `1de4c9a` |
| quay.io/jupyter/pyspark-notebook | patch | `90a7162` -> `938fdd5` |
| quay.io/jupyter/r-notebook | patch | `f486264` -> `87cc45e` |
| quay.io/jupyter/scipy-notebook | patch | `7816297` -> `a98faa5` |
| quay.io/jupyter/tensorflow-notebook | patch | `7914268` -> `c5b9b20` |

---

> [!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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-29 20:29:40 +00:00

68 lines
2.2 KiB
YAML

image:
repository: quay.io/jupyter/base-notebook
pullPolicy: IfNotPresent
tag: 2025-08-25@sha256:e9222d8476431543c605f1f203654ef8f89f573cb169c2065e6b1aff8bbfa5b9
minimalImage:
repository: quay.io/jupyter/minimal-notebook
pullPolicy: IfNotPresent
tag: 2025-08-25@sha256:1de4c9a7e52c2268beb011fe4146a02dd78c42fd428f73147fa9cf13fd6dbc77
rImage:
repository: quay.io/jupyter/r-notebook
pullPolicy: IfNotPresent
tag: 2025-08-25@sha256:87cc45eba17dfd6a2ea43e79bee4a9e75f22bc37a6f098634bb4bdef45088306
scipyImage:
repository: quay.io/jupyter/scipy-notebook
pullPolicy: IfNotPresent
tag: 2025-08-25@sha256:a98faa550c3b56f3b115015b90592d070708fd17337abd56364236a0788c7454
tensorflowImage:
repository: quay.io/jupyter/tensorflow-notebook
pullPolicy: IfNotPresent
tag: 2025-08-25@sha256:c5b9b20ca7c547fa7a43efa744844005355af100474200feb8d3de6548ce2df3
datascienceImage:
repository: quay.io/jupyter/datascience-notebook
pullPolicy: IfNotPresent
tag: 2025-08-25@sha256:76b7e4e299a842cac8067c2865a967a034e141cd4371e0f49c76040387d248eb
pysparkImage:
repository: quay.io/jupyter/pyspark-notebook
pullPolicy: IfNotPresent
tag: 2025-08-25@sha256:938fdd57901e764b4e6e0adbe7438725e703a782608dc79bd2a7c722a4f8a0bf
allsparkImage:
repository: quay.io/jupyter/all-spark-notebook
pullPolicy: IfNotPresent
tag: 2025-08-25@sha256:6a374fe825b0391006dccbaf0529aaa462adaf461d41c47f2dcea044a61a21d9
jupyter:
jupyter_cmd: lab
restartable: true
service:
main:
ports:
main:
port: 10300
protocol: http
targetPort: 8888
persistence:
data:
enabled: true
mountPath: /home/jovyan/work
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
imageSelector: image
env:
NB_UID: "{{ .Values.securityContext.container.PUID }}"
NB_GID: "{{ .Values.securityContext.pod.fsGroup }}"
NB_UMASK: "{{ .Values.securityContext.container.UMASK }}"
# User Defined
DOCKER_STACKS_JUPYTER_CMD: "{{ .Values.jupyter.jupyter_cmd }}"
RESTARTABLE: '{{ ternary "yes" "no" .Values.jupyter.restartable }}'
updated: true