From 0e682e0105746664d9386d901095f7fd046502a5 Mon Sep 17 00:00:00 2001 From: Georgiana Date: Tue, 3 Dec 2024 18:04:11 +0200 Subject: [PATCH] Revert "use oauthenticator 17.2 for pkce-experiment (jupyter-health)" --- config/clusters/jupyter-health/common.values.yaml | 2 +- helm-charts/images/hub/pkce-requirements.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/clusters/jupyter-health/common.values.yaml b/config/clusters/jupyter-health/common.values.yaml index 49fe1de44..d6667382b 100644 --- a/config/clusters/jupyter-health/common.values.yaml +++ b/config/clusters/jupyter-health/common.values.yaml @@ -43,7 +43,7 @@ jupyterhub: # image: name: quay.io/2i2c/pkce-experiment - tag: 0.0.1-0.dev.git.11154.h8a6a8049 + tag: 0.0.1-0.dev.git.10892.h37c70b2e allowNamedServers: true config: JupyterHub: diff --git a/helm-charts/images/hub/pkce-requirements.txt b/helm-charts/images/hub/pkce-requirements.txt index 5f421f60f..09cfa3673 100644 --- a/helm-charts/images/hub/pkce-requirements.txt +++ b/helm-charts/images/hub/pkce-requirements.txt @@ -1,8 +1,8 @@ # Image lives at quay.io/2i2c/pkce-experiment -# install oauthenticator 17.2, -# which adds PKCE support (17.1) and refresh tokens (17.2). -# experiment no longer needed when base chart is updated to z2jh 4.1.0 -oauthenticator>=17.2,<18 +# install oauthenticator 17.1, +# which adds PKCE support. +# experiment no longer needed when base chart is updated to z2jh 4.0.0 +oauthenticator>=17.1,<18 # jupyterhub-configurator isn't maintained and its not intended to be developed @@ -15,4 +15,4 @@ oauthenticator>=17.2,<18 git+https://github.com/yuvipanda/jupyterhub-configurator@backported-jh41-compatibility # Brings in https://github.com/yuvipanda/jupyterhub-fancy-profiles -jupyterhub-fancy-profiles==0.3.10 +jupyterhub-fancy-profiles==0.3.10 \ No newline at end of file