From 8be938cb82be861118ba7957e5031f551d8a8144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Wed, 11 Sep 2024 12:05:56 +0000 Subject: [PATCH] Update JupyterHub image - fixed token refresh --- cesnet-central/deployments/fullhub.yaml | 2 +- common/deployments/hub-production.yaml | 2 +- common/deployments/hub-staging.yaml | 2 +- common/playbooks/files/jupyterhub-jwt.yaml | 2 +- testing/deployments/hub.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index abcffaf..1b8ac40 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -179,7 +179,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-ae769eb" + tag: "sha-bebde36" config: Authenticator: enable_auth_state: true diff --git a/common/deployments/hub-production.yaml b/common/deployments/hub-production.yaml index fa3b1f1..43ff32c 100644 --- a/common/deployments/hub-production.yaml +++ b/common/deployments/hub-production.yaml @@ -161,7 +161,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-ae769eb" + tag: "sha-bebde36" config: Authenticator: enable_auth_state: true diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml index 5639a6c..7982d17 100644 --- a/common/deployments/hub-staging.yaml +++ b/common/deployments/hub-staging.yaml @@ -161,7 +161,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-ae769eb" + tag: "sha-bebde36" config: Authenticator: enable_auth_state: true diff --git a/common/playbooks/files/jupyterhub-jwt.yaml b/common/playbooks/files/jupyterhub-jwt.yaml index a8d71b9..5e9d7d2 100644 --- a/common/playbooks/files/jupyterhub-jwt.yaml +++ b/common/playbooks/files/jupyterhub-jwt.yaml @@ -20,7 +20,7 @@ spec: containers: - name: jwt # recommended to keep it in sync with */deployments/*.yaml - image: eginotebooks/hub:sha-323c75e + image: eginotebooks/hub:sha-bebde36 args: - fastapi - run diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml index 9e410b7..a6f6a00 100644 --- a/testing/deployments/hub.yaml +++ b/testing/deployments/hub.yaml @@ -162,7 +162,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-ae769eb" + tag: "sha-bebde36" config: Authenticator: enable_auth_state: true -- GitLab