From 076d08e48ac073c9443e6e101f55416e169974d4 Mon Sep 17 00:00:00 2001 From: Sanjay Bhangar Date: Tue, 10 Sep 2024 20:05:37 +0530 Subject: [PATCH] update QGIS image for nasa-esdis and nasa-ghg hubs, refs https://github.com/NASA-IMPACT/veda-jupyterhub/issues/52\#issuecomment-2283692907 --- config/clusters/nasa-esdis/common.values.yaml | 2 +- config/clusters/nasa-ghg/common.values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/clusters/nasa-esdis/common.values.yaml b/config/clusters/nasa-esdis/common.values.yaml index e649260fb0..31befefbc2 100644 --- a/config/clusters/nasa-esdis/common.values.yaml +++ b/config/clusters/nasa-esdis/common.values.yaml @@ -145,7 +145,7 @@ jupyterhub: # 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/2i2c/nasa-qgis-image:0d0765090250 + image: quay.io/2i2c/nasa-qgis-image:d76118ea0c15 profile_options: *profile_options scheduling: userScheduler: diff --git a/config/clusters/nasa-ghg/common.values.yaml b/config/clusters/nasa-ghg/common.values.yaml index a8c2fd974a..d9257b7cd9 100644 --- a/config/clusters/nasa-ghg/common.values.yaml +++ b/config/clusters/nasa-ghg/common.values.yaml @@ -227,7 +227,7 @@ basehub: kubespawner_override: default_url: /desktop # Built from https://github.com/2i2c-org/nasa-qgis-image - image: quay.io/2i2c/nasa-qgis-image:0d0765090250 + image: quay.io/2i2c/nasa-qgis-image:d76118ea0c15 profile_options: *profile_options - display_name: "Bring your own image" description: Specify your own docker image (must have python and jupyterhub installed in it)