summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Rathi <amit@hypertrack.io>2018-07-19 17:39:32 +0530
committerAmit Rathi <amit@hypertrack.io>2018-07-20 15:07:48 +0530
commit874bb6bb4d4b2e011b28ac2aabf3b64e0ed44184 (patch)
tree746b27c6770aaf1905da802d12e017046ed06c64
parent928c81e2598da2a114011549b7aa68fce85fd077 (diff)
downloadgitlab-ce-874bb6bb4d4b2e011b28ac2aabf3b64e0ed44184.tar.gz
Specify Jupyter Image to use with JupyterHub Installation
-rw-r--r--changelogs/unreleased/jupyter-image.yml5
-rw-r--r--vendor/jupyter/values.yaml1
2 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/jupyter-image.yml b/changelogs/unreleased/jupyter-image.yml
new file mode 100644
index 00000000000..83748a07d4b
--- /dev/null
+++ b/changelogs/unreleased/jupyter-image.yml
@@ -0,0 +1,5 @@
+---
+title: Specify Jupyter Image to use with JupyterHub Installation
+merge_request:
+author:
+type: changed
diff --git a/vendor/jupyter/values.yaml b/vendor/jupyter/values.yaml
index 90817de0f1b..4ea5b44c59c 100644
--- a/vendor/jupyter/values.yaml
+++ b/vendor/jupyter/values.yaml
@@ -4,6 +4,7 @@ rbac:
hub:
extraEnv:
JUPYTER_ENABLE_LAB: 1
+ SINGLEUSER_IMAGE: 'registry.gitlab.com/gitlab-org/jupyterhub-user-image:latest'
extraConfig: |
c.KubeSpawner.cmd = ['jupyter-labhub']