Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 2025-eScience/infrastructure/dry-run/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ use_nginx = true
hub_container_image = "jupyterhub/k8s-hub"
hub_container_tag = "4.2.0"
spawner_container_image = "ghcr.io/llnl/reproducible-benchmarking-spawn"
spawner_container_tag = "escience-2025"
spawner_container_tag = "hpcic-2025"
spawner_image_entrypoint = "/entrypoint.sh 32"
cpu_min = "32"
cpu_max = "32"
mem_min = "64G"
mem_max = "64G"
provide_extra_shmem = true
init_container_image = "ghcr.io/llnl/reproducible-benchmarking-init"
init_container_tag = "escience-2025"
init_container_tag = "hpcic-2025"
init_image_entrypoint = "/entrypoint.sh"

[aws."utility scripts"]
Expand Down
4 changes: 2 additions & 2 deletions 2025-eScience/infrastructure/dry-run/helm-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ singleuser:
# 5) Copy any necessary local scripts or files and ensure proper permissions
image:
name: ghcr.io/llnl/reproducible-benchmarking-spawn
tag: "escience-2025"
tag: "hpcic-2025"
pullPolicy: Always
# Specify the minimum (i.e., guarantee) and maximum (i.e., limit) amount of resources per user
cpu:
Expand Down Expand Up @@ -106,7 +106,7 @@ singleuser:
# chown -R 1000 /home/jovyan
initContainers:
- name: init-tutorial-service
image: ghcr.io/llnl/reproducible-benchmarking-init:escience-2025
image: ghcr.io/llnl/reproducible-benchmarking-init:hpcic-2025
command: ["/entrypoint.sh"]
imagePullPolicy: Always
storage:
Expand Down
4 changes: 2 additions & 2 deletions 2025-eScience/infrastructure/production/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ use_nginx = true
hub_container_image = "jupyterhub/k8s-hub"
hub_container_tag = "4.2.0"
spawner_container_image = "ghcr.io/llnl/reproducible-benchmarking-spawn"
spawner_container_tag = "escience-2025"
spawner_container_tag = "hpcic-2025"
spawner_image_entrypoint = "/entrypoint.sh 32"
cpu_min = "32"
cpu_max = "32"
mem_min = "64G"
mem_max = "64G"
provide_extra_shmem = true
init_container_image = "ghcr.io/llnl/reproducible-benchmarking-init"
init_container_tag = "escience-2025"
init_container_tag = "hpcic-2025"
init_image_entrypoint = "/entrypoint.sh"

[aws."utility scripts"]
Expand Down
4 changes: 2 additions & 2 deletions 2025-eScience/infrastructure/production/helm-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ singleuser:
# 5) Copy any necessary local scripts or files and ensure proper permissions
image:
name: ghcr.io/llnl/reproducible-benchmarking-spawn
tag: "escience-2025"
tag: "hpcic-2025"
pullPolicy: Always
# Specify the minimum (i.e., guarantee) and maximum (i.e., limit) amount of resources per user
cpu:
Expand Down Expand Up @@ -106,7 +106,7 @@ singleuser:
# chown -R 1000 /home/jovyan
initContainers:
- name: init-tutorial-service
image: ghcr.io/llnl/reproducible-benchmarking-init:escience-2025
image: ghcr.io/llnl/reproducible-benchmarking-init:hpcic-2025
command: ["/entrypoint.sh"]
imagePullPolicy: Always
storage:
Expand Down