image: repository: jupyter/base-notebook pullPolicy: IfNotPresent tag: 2023-10-20@sha256:0ec801994602a53d3917d0f07ccf4474a1ddf5ae419483b24681a3c42abc4ce5 minimalImage: repository: tccr.io/truecharts/jupyter-minimal pullPolicy: IfNotPresent tag: v2023-10@sha256:74bcd59d5068fcd11f8b0fcb251a0c9ae2e44f5a061850a14b4cfe9cd6c814a2 rImage: repository: tccr.io/truecharts/jupyter-r pullPolicy: IfNotPresent tag: v2023-10@sha256:7eb6abb84658811762fb06d1f9069bfaf82e26845be6a1c11273517e50a90fd1 scipyImage: repository: tccr.io/truecharts/jupyter-scipy pullPolicy: IfNotPresent tag: v2023-10@sha256:2c2353dbd5931b006061147465a24a0f1b6806e591aca4a7f978edf250c4a4a7 tensorflowImage: repository: tccr.io/truecharts/jupyter-tensorflow pullPolicy: IfNotPresent tag: v2023-10@sha256:86bb1fa587457af038d329d4c54d738182e01e9d93dbb2ec0857807577a3fcfe datascienceImage: repository: tccr.io/truecharts/jupyter-datascience pullPolicy: IfNotPresent tag: v2023-10@sha256:45c5f6d26ba351e0f4259158d7a1a80e9c11072c9299a13c7b44d6a2951a9746 pysparkImage: repository: tccr.io/truecharts/jupyter-pyspark pullPolicy: IfNotPresent tag: v2023-10@sha256:5191d176114e48d7691f2892470d5695059efa77308cdbd195ddb2391ad47277 allsparkImage: repository: tccr.io/truecharts/jupyter-all-spark pullPolicy: IfNotPresent tag: v2023-10@sha256:b48213e4dbb19025f1e13aa90bb3851f78ebb1cd6372fa62938381095d024f8b 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 }}'