From 704db80832ed4c45cc5ba2f0a276819099a077a1 Mon Sep 17 00:00:00 2001 From: Tarashish Mishra Date: Sat, 25 Jan 2025 13:24:01 +0530 Subject: [PATCH 1/2] Update pangeo-notebook-veda-image to 2024.11.11-v1 --- config/clusters/maap/common.values.yaml | 2 +- config/clusters/nasa-ghg/common.values.yaml | 2 +- config/clusters/nasa-ghg/staging.values.yaml | 2 +- config/clusters/nasa-veda/common.values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/clusters/maap/common.values.yaml b/config/clusters/maap/common.values.yaml index 97ee00fb1..92b1fe3af 100644 --- a/config/clusters/maap/common.values.yaml +++ b/config/clusters/maap/common.values.yaml @@ -120,7 +120,7 @@ jupyterhub: display_name: Modified Pangeo Notebook description: Pangeo based notebook with a Python environment kubespawner_override: - image: public.ecr.aws/nasa-veda/pangeo-notebook-veda-image:2024.08.18-v1 + image: public.ecr.aws/nasa-veda/pangeo-notebook-veda-image:2024.11.11-v1 init_containers: # Need to explicitly fix ownership here, as otherwise these directories will be owned # by root on most NFS filesystems - neither EFS nor Google Filestore support anonuid diff --git a/config/clusters/nasa-ghg/common.values.yaml b/config/clusters/nasa-ghg/common.values.yaml index e3d77d0c7..148fbc9d4 100644 --- a/config/clusters/nasa-ghg/common.values.yaml +++ b/config/clusters/nasa-ghg/common.values.yaml @@ -86,7 +86,7 @@ basehub: - US-GHG-Center:ghg-trial-access - 2i2c-org:hub-access-for-2i2c-staff kubespawner_override: - image: public.ecr.aws/nasa-veda/pangeo-notebook-veda-image:2024.08.18-v1 + image: public.ecr.aws/nasa-veda/pangeo-notebook-veda-image:2024.11.11-v1 init_containers: # Need to explicitly fix ownership here, as otherwise these directories will be owned # by root on most NFS filesystems - neither EFS nor Google Filestore support anonuid diff --git a/config/clusters/nasa-ghg/staging.values.yaml b/config/clusters/nasa-ghg/staging.values.yaml index 315b4c09f..8ad639830 100644 --- a/config/clusters/nasa-ghg/staging.values.yaml +++ b/config/clusters/nasa-ghg/staging.values.yaml @@ -62,7 +62,7 @@ basehub: description: "Pangeo based notebook with a Python environment" allowed_groups: *allowed_groups kubespawner_override: - image: public.ecr.aws/nasa-veda/pangeo-notebook-veda-image:53b6fd1256f5 + image: public.ecr.aws/nasa-veda/pangeo-notebook-veda-image:2024.11.11-v1 init_containers: # Need to explicitly fix ownership here, as otherwise these directories will be owned # by root on most NFS filesystems - neither EFS nor Google Filestore support anonuid diff --git a/config/clusters/nasa-veda/common.values.yaml b/config/clusters/nasa-veda/common.values.yaml index 3d1692857..d8bc5e09f 100644 --- a/config/clusters/nasa-veda/common.values.yaml +++ b/config/clusters/nasa-veda/common.values.yaml @@ -137,7 +137,7 @@ basehub: display_name: Modified Pangeo Notebook description: Pangeo based notebook with a Python environment kubespawner_override: - image: public.ecr.aws/nasa-veda/pangeo-notebook-veda-image:2024.08.18-v1 + image: public.ecr.aws/nasa-veda/pangeo-notebook-veda-image:2024.11.11-v1 init_containers: # Need to explicitly fix ownership here, as otherwise these directories will be owned # by root on most NFS filesystems - neither EFS nor Google Filestore support anonuid From b6e42a746092693610b526dd5abc6d035419ef35 Mon Sep 17 00:00:00 2001 From: Tarashish Mishra Date: Wed, 29 Jan 2025 14:26:16 +0530 Subject: [PATCH 2/2] Upgrade Rocker images to 4.4 for NASA hubs Upgrade images for VEDA, MAAP and GHG hubs --- config/clusters/maap/common.values.yaml | 2 +- config/clusters/nasa-ghg/common.values.yaml | 2 +- config/clusters/nasa-ghg/staging.values.yaml | 2 +- config/clusters/nasa-veda/common.values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/clusters/maap/common.values.yaml b/config/clusters/maap/common.values.yaml index 92b1fe3af..be16c8484 100644 --- a/config/clusters/maap/common.values.yaml +++ b/config/clusters/maap/common.values.yaml @@ -145,7 +145,7 @@ jupyterhub: display_name: Rocker Geospatial with RStudio description: R environment with many geospatial libraries pre-installed kubespawner_override: - image: rocker/binder:4.3 + image: rocker/binder:4.4 image_pull_policy: Always # Launch RStudio after the user logs in default_url: /rstudio diff --git a/config/clusters/nasa-ghg/common.values.yaml b/config/clusters/nasa-ghg/common.values.yaml index 148fbc9d4..fecaa1077 100644 --- a/config/clusters/nasa-ghg/common.values.yaml +++ b/config/clusters/nasa-ghg/common.values.yaml @@ -204,7 +204,7 @@ basehub: - US-GHG-Center:ghg-trial-access - 2i2c-org:hub-access-for-2i2c-staff kubespawner_override: - image: rocker/binder:4.3 + image: rocker/binder:4.4 image_pull_policy: Always # Launch RStudio after the user logs in default_url: /rstudio diff --git a/config/clusters/nasa-ghg/staging.values.yaml b/config/clusters/nasa-ghg/staging.values.yaml index 8ad639830..028a6daef 100644 --- a/config/clusters/nasa-ghg/staging.values.yaml +++ b/config/clusters/nasa-ghg/staging.values.yaml @@ -104,7 +104,7 @@ basehub: description: R environment with many geospatial libraries pre-installed allowed_groups: *allowed_groups kubespawner_override: - image: rocker/binder:4.3 + image: rocker/binder:4.4 image_pull_policy: Always # Launch RStudio after the user logs in default_url: /rstudio diff --git a/config/clusters/nasa-veda/common.values.yaml b/config/clusters/nasa-veda/common.values.yaml index d8bc5e09f..ff3c28fa2 100644 --- a/config/clusters/nasa-veda/common.values.yaml +++ b/config/clusters/nasa-veda/common.values.yaml @@ -162,7 +162,7 @@ basehub: display_name: Rocker Geospatial with RStudio description: R environment with many geospatial libraries pre-installed kubespawner_override: - image: rocker/binder:4.3 + image: rocker/binder:4.4 image_pull_policy: Always # Launch RStudio after the user logs in default_url: /rstudio