Skip to content

Commit

Permalink
Merge pull request #5417 from sunu/upgrade-pangeo-image-2024-11-11-v1
Browse files Browse the repository at this point in the history
NASA hubs: Update pangeo-notebook-veda-image to 2024.11.11-v1
  • Loading branch information
sunu authored Jan 30, 2025
2 parents 5264785 + 74d402d commit e2e073b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config/clusters/maap/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config/clusters/nasa-ghg/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config/clusters/nasa-ghg/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config/clusters/nasa-veda/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e2e073b

Please sign in to comment.