Skip to content

Commit

Permalink
Merge pull request #5109 from 2i2c-org/update_queensu_image
Browse files Browse the repository at this point in the history
[queensu] switch to self-managed image
  • Loading branch information
jmunroe authored Nov 14, 2024
2 parents 147c003 + 0c2b980 commit 1426da0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/clusters/queensu/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jupyterhub:
userScheduler:
enabled: true
singleuser:
defaultUrl: /lab
profileList:
- display_name: "Choose an image to launch"
description: "Launch either the Jupyter SciPy image, or a pre-existing docker image from a public docker registry (dockerhub, quay, etc)"
Expand All @@ -73,7 +74,7 @@ jupyterhub:
image: "{value}"
choices:
scipy:
display_name: Jupyter SciPy Notebook
display_name: Jupyter-Python Notebook
slug: scipy
kubespawner_override:
image: quay.io/jupyter/scipy-notebook:2024-09-23
image: quay.io/queensu/jupyter-python-image:latest

0 comments on commit 1426da0

Please sign in to comment.