This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/jupyter/all-spark-notebook | patch | `2bcb58a` -> `aa5cd84` | | quay.io/jupyter/base-notebook | patch | `36a939b` -> `31c5102` | | quay.io/jupyter/datascience-notebook | patch | `3e5abc8` -> `6556e9a` | | quay.io/jupyter/minimal-notebook | patch | `946403e` -> `55d02c1` | | quay.io/jupyter/pyspark-notebook | patch | `fbd1278` -> `6a07e1f` | | quay.io/jupyter/r-notebook | patch | `31b1489` -> `5994132` | | quay.io/jupyter/scipy-notebook | patch | `aaaa44d` -> `d4ad8b5` | | quay.io/jupyter/tensorflow-notebook | patch | `49013e2` -> `373dd06` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
70 lines
2.3 KiB
YAML
70 lines
2.3 KiB
YAML
image:
|
|
repository: quay.io/jupyter/base-notebook
|
|
pullPolicy: IfNotPresent
|
|
tag: 2025-02-22@sha256:31c5102376e7ea7215bf92a19850340d954a77f1a848f6fd61e49a860cbfe43f
|
|
minimalImage:
|
|
repository: quay.io/jupyter/minimal-notebook
|
|
pullPolicy: IfNotPresent
|
|
tag: 2025-02-22@sha256:55d02c1aa12693d61a94c0a719bfddfb606bd304c1e4f02f0abb267821183d47
|
|
rImage:
|
|
repository: quay.io/jupyter/r-notebook
|
|
pullPolicy: IfNotPresent
|
|
tag: 2025-02-22@sha256:59941324e01f1960c3d61b512e70f07daa8e669dcfc23cfb4cf1e596a6ddd3ea
|
|
scipyImage:
|
|
repository: quay.io/jupyter/scipy-notebook
|
|
pullPolicy: IfNotPresent
|
|
tag: 2025-02-22@sha256:d4ad8b5697f554a4e7dafbb06df0b476a01cf000e9067407162451acc8f54cb9
|
|
tensorflowImage:
|
|
repository: quay.io/jupyter/tensorflow-notebook
|
|
pullPolicy: IfNotPresent
|
|
tag: 2025-02-22@sha256:373dd0661b1a41591e057ff2ebefad9ce6bb2c70864ae57afe867b8470f9394d
|
|
datascienceImage:
|
|
repository: quay.io/jupyter/datascience-notebook
|
|
pullPolicy: IfNotPresent
|
|
tag: 2025-02-22@sha256:6556e9a86ebe0e4f000695eb98908a50ec525eaa69828d2e91de45721fe17454
|
|
pysparkImage:
|
|
repository: quay.io/jupyter/pyspark-notebook
|
|
pullPolicy: IfNotPresent
|
|
tag: 2025-02-22@sha256:6a07e1f76956930b617ba5ace46d195854ee65c41779d5e9ff51873651f03209
|
|
allsparkImage:
|
|
repository: quay.io/jupyter/all-spark-notebook
|
|
pullPolicy: IfNotPresent
|
|
tag: 2025-02-22@sha256:aa5cd84dc152810ec0db1891aabf55fcddb491c62a3ad41d4c76a3b5fea281c4
|
|
jupyter:
|
|
jupyter_cmd: lab
|
|
restartable: true
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10300
|
|
protocol: http
|
|
targetPort: 8888
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /home/jovyan/work
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
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
|