From be417c1860e3a5f1d58c5e1cf6f8c82d395fb6b3 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Wed, 26 Jul 2023 17:33:33 -0700 Subject: [PATCH] Enable unlisted image choice for researchdelight hub Fixes https://github.com/2i2c-org/infrastructure/issues/2873 --- .../clusters/2i2c-aws-us/researchdelight.values.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/clusters/2i2c-aws-us/researchdelight.values.yaml b/config/clusters/2i2c-aws-us/researchdelight.values.yaml index 8d337a7699..fedb382586 100644 --- a/config/clusters/2i2c-aws-us/researchdelight.values.yaml +++ b/config/clusters/2i2c-aws-us/researchdelight.values.yaml @@ -40,6 +40,9 @@ basehub: name: 2i2c url: https://2i2c.org hub: + image: + name: quay.io/2i2c/experimental-hub + tag: "0.0.1-0.dev.git.6406.hc1091b1c" config: JupyterHub: authenticator_class: cilogon @@ -61,6 +64,13 @@ basehub: profile_options: &profile_options image: display_name: Image + unlisted_choice: &profile_list_unlisted_choice + enabled: True + display_name: "Custom image" + validation_regex: "^.+:.+$" + validation_message: "Must be a valid public docker image, including a tag" + kubespawner_override: + image: "{value}" choices: pangeo: display_name: Pangeo Notebook @@ -142,6 +152,7 @@ basehub: profile_options: image: display_name: Image + unlisted_choice: *profile_list_unlisted_choice choices: tensorflow: display_name: Pangeo Tensorflow ML Notebook