Skip to content

Commit

Permalink
Merge pull request 2i2c-org#3168 from consideRatio/pr/adopt-important…
Browse files Browse the repository at this point in the history
…-bugfix

Use main branch of kubespawner with important bugfix
  • Loading branch information
consideRatio authored Sep 25, 2023
2 parents 61cd7a7 + 9635feb commit c8daffc
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/clusters/2i2c-aws-us/researchdelight.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ basehub:
hub:
image:
name: quay.io/2i2c/unlisted-choice-experiment
tag: "0.0.1-0.dev.git.6863.h406a3546"
tag: "0.0.1-0.dev.git.7080.h0da36d1e"
config:
JupyterHub:
authenticator_class: github
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/2i2c/imagebuilding-demo.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jupyterhub:
url: http://imagebuilding-demo-binderhub-service:8090
image:
name: quay.io/2i2c/dynamic-image-building-experiment
tag: "0.0.1-0.dev.git.7067.hdae5e902"
tag: "0.0.1-0.dev.git.7080.h0da36d1e"
config:
JupyterHub:
authenticator_class: github
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/leap/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ basehub:
hub:
image:
name: quay.io/2i2c/unlisted-choice-experiment
tag: "0.0.1-0.dev.git.6863.h406a3546"
tag: "0.0.1-0.dev.git.7080.h0da36d1e"
allowNamedServers: true
config:
Authenticator:
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/nasa-veda/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ basehub:
hub:
image:
name: quay.io/2i2c/unlisted-choice-experiment
tag: "0.0.1-0.dev.git.6863.h406a3546"
tag: "0.0.1-0.dev.git.7080.h0da36d1e"
allowNamedServers: true
config:
Authenticator:
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/openscapes/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ basehub:
hub:
image:
name: quay.io/2i2c/unlisted-choice-experiment
tag: "0.0.1-0.dev.git.6863.h406a3546"
tag: "0.0.1-0.dev.git.7080.h0da36d1e"
config:
CILogonOAuthenticator:
oauth_callback_url: "https://staging.openscapes.2i2c.cloud/hub/oauth_callback"
2 changes: 1 addition & 1 deletion helm-charts/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ jupyterhub:
admin: true
image:
name: quay.io/2i2c/pilot-hub
tag: "0.0.1-0.dev.git.6074.h895181eb"
tag: "0.0.1-0.dev.git.7080.h0da36d1e"
networkPolicy:
enabled: true
# interNamespaceAccessLabels=accept makes the hub pod's associated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
git+https://github.com/yuvipanda/jupyterhub-configurator@ed7e3a0df1e3d625d10903ef7d7fd9c2fbb548db
# Brings on using `unlisted_choice` in profile options per https://github.com/2i2c-org/infrastructure/issues/2146
# Brings in https://github.com/jupyterhub/kubespawner/pull/787
# This kubespawner version includes an important bugfix pending 6.1.0 release
# tracked in https://github.com/jupyterhub/kubespawner/issues/767
git+https://github.com/jupyterhub/kubespawner@d60146f5fe9cd31e09acf13c377d9334ecf59c9b
# Brings in https://github.com/yuvipanda/jupyterhub-fancy-profiles
git+https://github.com/yuvipanda/jupyterhub-fancy-profiles@b624031b661f71a278a37bb1fae0b8d6f316d6b3
3 changes: 3 additions & 0 deletions helm-charts/images/hub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# This kubespawner version includes an important bugfix pending 6.1.0 release
# tracked in https://github.com/jupyterhub/kubespawner/issues/767
git+https://github.com/jupyterhub/kubespawner@d60146f5fe9cd31e09acf13c377d9334ecf59c9b
git+https://github.com/yuvipanda/jupyterhub-configurator@ed7e3a0df1e3d625d10903ef7d7fd9c2fbb548db
4 changes: 3 additions & 1 deletion helm-charts/images/hub/unlisted-choice-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
git+https://github.com/yuvipanda/jupyterhub-configurator@ed7e3a0df1e3d625d10903ef7d7fd9c2fbb548db
# Brings on using `unlisted_choice` in profile options per https://github.com/2i2c-org/infrastructure/issues/2146
git+https://github.com/jupyterhub/kubespawner@8cc569c78bcdb342e694f7344219e43d522f4809
# This kubespawner version includes an important bugfix pending 6.1.0 release
# tracked in https://github.com/jupyterhub/kubespawner/issues/767
git+https://github.com/jupyterhub/kubespawner@d60146f5fe9cd31e09acf13c377d9334ecf59c9b

0 comments on commit c8daffc

Please sign in to comment.