diff --git a/.github/workflows/merge-check-paths.yml b/.github/workflows/merge-check-paths.yml index 6c286b3..96c1181 100644 --- a/.github/workflows/merge-check-paths.yml +++ b/.github/workflows/merge-check-paths.yml @@ -5,6 +5,7 @@ on: pull_request: paths: - 'infrastructure/cluster/flux/**' + - '**.tf' push: branches: - main diff --git a/infrastructure/cluster/flux/jhub/jhub-configmap-profiles.yaml b/infrastructure/cluster/flux/jhub/jhub-configmap-profiles.yaml index 1ffce64..35b5c7f 100644 --- a/infrastructure/cluster/flux/jhub/jhub-configmap-profiles.yaml +++ b/infrastructure/cluster/flux/jhub/jhub-configmap-profiles.yaml @@ -54,3 +54,7 @@ data: description: "For testing purposes" kubespawner_override: image: ghcr.io/vre-hub/vre-singleuser-zen_ext-dev:latest + - display_name: "Python 3.11 environment" + description: "quay.io/jupyter/scipy-notebook:python-3.11 image" + kubespawner_override: + image: quay.io/jupyter/scipy-notebook:python-3.11.8