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
2 changes: 1 addition & 1 deletion 2026-ISC/docker/Dockerfile.benchpark
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# For testing
# FROM test-treescape

FROM ghcr.io/llnl/treescape:2026-isc
FROM ghcr.io/llnl/treescape:isc-2026

USER root

Expand Down
2 changes: 1 addition & 1 deletion 2026-ISC/docker/Dockerfile.spawn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# For testing
# FROM test-benchpark

FROM ghcr.io/llnl/benchpark:2026-isc
FROM ghcr.io/llnl/benchpark:isc-2026

USER root

Expand Down
2 changes: 1 addition & 1 deletion 2026-ISC/docker/Dockerfile.thicket
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# For testing
# FROM test-caliper

FROM ghcr.io/llnl/caliper:2026-isc
FROM ghcr.io/llnl/caliper:isc-2026

USER root

Expand Down
2 changes: 1 addition & 1 deletion 2026-ISC/docker/Dockerfile.treescape
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# For testing
# FROM test-thicket

FROM ghcr.io/llnl/thicket:2026-isc
FROM ghcr.io/llnl/thicket:isc-2026

USER root

Expand Down
2 changes: 1 addition & 1 deletion 2026-ISC/infrastructure/dry-run/deploy_jupyterhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ helm repo add jupyterhub https://hub.jupyter.org/helm-chart/
helm repo update
echo ""
echo "Installing the Helm chart and deploying JupyterHub to EKS:"
helm install 2026-isc-dry-run-jupyter jupyterhub/jupyterhub --version 4.2.0 --values ./helm-config.yaml
helm install isc-2026-dry-run-jupyter jupyterhub/jupyterhub --version 4.2.0 --values ./helm-config.yaml

echo ""
echo "Done deploying JupyterHub!"
Expand Down
2 changes: 1 addition & 1 deletion 2026-ISC/infrastructure/dry-run/eksctl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
# Define the name of the cluster and the deployment region
metadata:
name: 2026-isc-dry-run
name: isc-2026-dry-run
region: us-west-1

# Create the IAM policies needed to enable the autoscaler and storage
Expand Down
Loading