image: repository: tccr.io/truecharts/jupyter-base pullPolicy: IfNotPresent tag: v2023-07@sha256:952b103d99f36c9ad3cac99891415fb305edc6da83770235a1147487ec4dc938 minimalImage: repository: tccr.io/truecharts/jupyter-minimal pullPolicy: IfNotPresent tag: v2023-07@sha256:6d0e74bba7cd6338029f3cd19736903a18f2cc1b05fd0fd9b6236e2ae1933ec8 rImage: repository: tccr.io/truecharts/jupyter-r pullPolicy: IfNotPresent tag: v2023-07@sha256:0ae377bb30d4015fe00a84c10f1d00ddcbebe2ed9c93dd0ca89ff007f9267ead scipyImage: repository: tccr.io/truecharts/jupyter-scipy pullPolicy: IfNotPresent tag: v2023-07@sha256:ba4fb30175d283f82f8fab2ddd6f27fa47baa875c5127972d32658113e06bfe1 tensorflowImage: repository: tccr.io/truecharts/jupyter-tensorflow pullPolicy: IfNotPresent tag: v2023-07@sha256:c3e2076d7ca16793761389cf8c265dc1b88cdd129b9689962c99fc80b1d9f152 datascienceImage: repository: tccr.io/truecharts/jupyter-datascience pullPolicy: IfNotPresent tag: v2023-07@sha256:d7d07a188029b79354e3eda861c18a7df9759ce8f7f8656fbfd6160018a87c87 pysparkImage: repository: tccr.io/truecharts/jupyter-pyspark pullPolicy: IfNotPresent tag: v2023-07@sha256:767defb2fa8e09c18da089da30c00e54c51d394923e62b82bb0a1dad779ffd55 allsparkImage: repository: tccr.io/truecharts/jupyter-all-spark pullPolicy: IfNotPresent tag: v2023-07@sha256:4e5482cbb74fe5ffa67b064ef032cdabc1728f476fca4e66270ab12ea9af5f21 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 }}'