Skip to content

Commit

Permalink
Merge pull request #3550 from yuvipanda/bumpbumpbump
Browse files Browse the repository at this point in the history
Bump utoronto staging image again
  • Loading branch information
yuvipanda authored Dec 27, 2023
2 parents 814a463 + dada11f commit 7cdfacc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 0 additions & 5 deletions config/clusters/utoronto/default-common.values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
jupyterhub:
singleuser:
extraEnv:
# Required to get jupyter-contrib-nbextensions to work
# See https://github.com/2i2c-org/infrastructure/issues/2380
# Upstream issue at https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator/issues/153
JUPYTERHUB_SINGLEUSER_APP: "notebook.notebookapp.NotebookApp"
image:
name: quay.io/2i2c/utoronto-image
tag: "736072886c54"
Expand Down
8 changes: 8 additions & 0 deletions config/clusters/utoronto/default-prod.values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
jupyterhub:
singleuser:
extraEnv:
# Required to get jupyter-contrib-nbextensions to work, until
# https://github.com/2i2c-org/utoronto-image/pull/58 can land. An image
# including that is already in the staging hub, but not in the prod
# hub. This config can be removed when we promote that image to
# production.
JUPYTERHUB_SINGLEUSER_APP: "notebook.notebookapp.NotebookApp"
ingress:
hosts: [jupyter.utoronto.ca]
tls:
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/utoronto/default-staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jupyterhub:
gitRepoBranch: "utoronto-staging"
singleuser:
image:
tag: "6d72913197bf"
tag: "14320bae73a0"
hub:
config:
CILogonOAuthenticator:
Expand Down

0 comments on commit 7cdfacc

Please sign in to comment.