feat: support inline tag in image.repository for jupyterlab chart

Allow repository field to include a tag (e.g. "repo:tag"), in which case
the tag field is ignored. Update docs and custom-values to reflect the
new behavior and add dshm volume notes.
This commit is contained in:
ychangkim
2026-03-31 12:29:23 +09:00
parent b4213e4872
commit 9be83c6f3a
6 changed files with 55 additions and 12 deletions
+2 -1
View File
@@ -2,8 +2,9 @@
# Deploys JupyterLab using pure Kubernetes resources without an Operator.
# JupyterLab Docker image
# Full image ref: <registry>/<repository>:<tag>
# Full image ref: [registry/]repository[:tag]
# Leave registry empty to use Docker Hub (default).
# tag is optional if repository already contains a tag (e.g. "repo:tag").
image:
registry: "quay.io"
repository: "jupyter/scipy-notebook"