image: repository: tccr.io/truecharts/jupyter-base pullPolicy: IfNotPresent tag: v2023-09@sha256:0789111ddb8045834470b93d8014527c1ac7a112045f5611751d8f5b8de8eae1 minimalImage: repository: tccr.io/truecharts/jupyter-minimal pullPolicy: IfNotPresent tag: v2023-09@sha256:1812edba047b4988ebb824db51a060fd1707b19a052bd2f05444b5caf4c91ef0 rImage: repository: tccr.io/truecharts/jupyter-r pullPolicy: IfNotPresent tag: v2023-09@sha256:efe13c026c02576a3e2dff2c61ce1182d214dc2a799fa7018869d498f2b39c8b scipyImage: repository: tccr.io/truecharts/jupyter-scipy pullPolicy: IfNotPresent tag: v2023-09@sha256:12b3094cc28c139c7f2d4d3f2b88872262384212174e594c0024d656c550fb6f tensorflowImage: repository: tccr.io/truecharts/jupyter-tensorflow pullPolicy: IfNotPresent tag: v2023-09@sha256:3e8a1a358a70fee2075a3337e912c9169d9cf988e8d8f541205981e3343f8005 datascienceImage: repository: tccr.io/truecharts/jupyter-datascience pullPolicy: IfNotPresent tag: v2023-09@sha256:8081698cde8b9bcd5b580994afe1fbb3ec890f0393d6a6e204635c90ff4a969f pysparkImage: repository: tccr.io/truecharts/jupyter-pyspark pullPolicy: IfNotPresent tag: v2023-09@sha256:ea4c57569aed9924d6049ff401c8be8e22f6c3e90a0305cc565cab8fb9b56f8a allsparkImage: repository: tccr.io/truecharts/jupyter-all-spark pullPolicy: IfNotPresent tag: v2023-09@sha256:a2329b3f879e630b24d837c554869406492463001ec2bc7eb1db70cc74e30fd7 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 }}'