diff --git a/config/clusters/2i2c/ucmerced-staging.values.yaml b/config/clusters/2i2c/ucmerced-staging.values.yaml index 19b3e8aea..76a70ac0e 100644 --- a/config/clusters/2i2c/ucmerced-staging.values.yaml +++ b/config/clusters/2i2c/ucmerced-staging.values.yaml @@ -12,8 +12,8 @@ jupyterhub: description: Start a Python server with JupyterLab and scientific Python stack default: true kubespawner_override: - # From https://github.com/2i2c-org/scipy-notebook-with-nbgitpuller - image: quay.io/2i2c/scipy-notebook-with-nbgitpuller:99968bfe6916 + # From https://github.com/SaiUCM/example-inherit-from-community-image + image: quay.io/cirt_ucm/jupyter-scipy-xarray:latest # Launch into JupyterLab after the user logs in default_url: /lab - display_name: R diff --git a/config/clusters/2i2c/ucmerced.values.yaml b/config/clusters/2i2c/ucmerced.values.yaml index e9ba65736..aad9a1b1f 100644 --- a/config/clusters/2i2c/ucmerced.values.yaml +++ b/config/clusters/2i2c/ucmerced.values.yaml @@ -12,8 +12,9 @@ jupyterhub: description: Start a Python server with JupyterLab and scientific Python stack default: true kubespawner_override: - # From https://github.com/2i2c-org/scipy-notebook-with-nbgitpuller - image: quay.io/2i2c/scipy-notebook-with-nbgitpuller:99968bfe6916 + # From https://github.com/SaiUCM/example-inherit-from-community-image + # See https://2i2c.freshdesk.com/a/tickets/1407 + image: quay.io/cirt_ucm/jupyter-scipy-xarray:e490e37d1ef2 # Launch into JupyterLab after the user logs in default_url: /lab - display_name: R