From 07e22d008552f300e5ffbabd2e1d946ab713162d Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 14 Mar 2024 11:21:31 +0100 Subject: [PATCH] nasa and hhmi hubs: update QGIS image --- config/clusters/hhmi/common.values.yaml | 7 +------ config/clusters/nasa-esdis/common.values.yaml | 7 +------ config/clusters/nasa-ghg/common.values.yaml | 8 +------- config/clusters/nasa-veda/common.values.yaml | 7 +------ 4 files changed, 4 insertions(+), 25 deletions(-) diff --git a/config/clusters/hhmi/common.values.yaml b/config/clusters/hhmi/common.values.yaml index 1e1d705dde..71db9fc216 100644 --- a/config/clusters/hhmi/common.values.yaml +++ b/config/clusters/hhmi/common.values.yaml @@ -174,15 +174,10 @@ basehub: display_name: Linux desktop slug: desktop kubespawner_override: - # Explicitly unset this - we set this to 'jupyterhub-singleuser' - # in basehub/values.yaml. We instead want to leave this unset, - # so the default command for the docker image is used instead. - # This is required for .desktop files to show up correctly. - cmd: null # Launch people directly into the Linux desktop when they start default_url: /desktop # Built from https://github.com/jupyterhub/jupyter-remote-desktop-proxy/pull/51 - image: "quay.io/jupyter-remote-desktop-proxy/qgis:2023-09-27" + image: quay.io/2i2c/nasa-qgis-image:babb0fa15dfa hub: allowNamedServers: true config: diff --git a/config/clusters/nasa-esdis/common.values.yaml b/config/clusters/nasa-esdis/common.values.yaml index 33a1428892..26bc51df9e 100644 --- a/config/clusters/nasa-esdis/common.values.yaml +++ b/config/clusters/nasa-esdis/common.values.yaml @@ -133,13 +133,8 @@ jupyterhub: - display_name: QGIS description: QGIS environment kubespawner_override: - # Explicitly unset this - we set this to 'jupyterhub-singleuser' - # in basehub/values.yaml. We instead want to leave this unset, - # so the default command for the docker image is used instead. - # This is required for .desktop files to show up correctly. - cmd: null # Launch people directly into the Linux desktop when they start default_url: /desktop # Built from https://github.com/jupyterhub/jupyter-remote-desktop-proxy/pull/51 - image: "quay.io/jupyter-remote-desktop-proxy/qgis:2023-09-27" + image: quay.io/2i2c/nasa-qgis-image:babb0fa15dfa profile_options: *profile_options diff --git a/config/clusters/nasa-ghg/common.values.yaml b/config/clusters/nasa-ghg/common.values.yaml index 174e061696..169ef7a1e4 100644 --- a/config/clusters/nasa-ghg/common.values.yaml +++ b/config/clusters/nasa-ghg/common.values.yaml @@ -150,15 +150,9 @@ basehub: slug: qgis description: Linux desktop in the browser, with qgis installed kubespawner_override: - # Explicitly unset this - we set this to 'jupyterhub-singleuser' - # in basehub/values.yaml. We instead want to leave this unset, - # so the default command for the docker image is used instead. - # This is required for .desktop files to show up correctly. - cmd: null - # Launch people directly into the Linux desktop when they start default_url: /desktop # Built from https://github.com/2i2c-org/nasa-qgis-image - image: "quay.io/2i2c/nasa-qgis-image:78d96c092f8e" + image: quay.io/2i2c/nasa-qgis-image:babb0fa15dfa profile_options: *profile_options - display_name: "Bring your own image" description: Specify your own docker image (must have python and jupyterhub installed in it) diff --git a/config/clusters/nasa-veda/common.values.yaml b/config/clusters/nasa-veda/common.values.yaml index f9b32e4dae..44dc2eb07a 100644 --- a/config/clusters/nasa-veda/common.values.yaml +++ b/config/clusters/nasa-veda/common.values.yaml @@ -187,15 +187,10 @@ basehub: slug: qgis description: Linux desktop in the browser, with qgis installed kubespawner_override: - # Explicitly unset this - we set this to 'jupyterhub-singleuser' - # in basehub/values.yaml. We instead want to leave this unset, - # so the default command for the docker image is used instead. - # This is required for .desktop files to show up correctly. - cmd: null # Launch people directly into the Linux desktop when they start default_url: /desktop # Built from https://github.com/2i2c-org/nasa-qgis-image - image: "quay.io/2i2c/nasa-qgis-image:78d96c092f8e" + image: quay.io/2i2c/nasa-qgis-image:babb0fa15dfa profile_options: *profile_options - display_name: "Bring your own image" description: Specify your own docker image (must have python and jupyterhub installed in it)