From 39e9ec6e7963d785d62cd5a40f1bbbe0824935b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarom=C3=ADr=20Hradil?= <jaromir.hradil@cesnet.cz> Date: Tue, 8 Oct 2024 10:42:32 +0200 Subject: [PATCH] Update Hub version --- 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 b3ff7e3..364b81d 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -176,7 +176,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-ea893ce" + tag: "sha-2fa0db6" config: Authenticator: enable_auth_state: true diff --git a/common/deployments/hub-production.yaml b/common/deployments/hub-production.yaml index 1d90b1c..3c31568 100644 --- a/common/deployments/hub-production.yaml +++ b/common/deployments/hub-production.yaml @@ -158,7 +158,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-ea893ce" + tag: "sha-2fa0db6" config: Authenticator: enable_auth_state: true diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml index 0e22e4d..6b86459 100644 --- a/common/deployments/hub-staging.yaml +++ b/common/deployments/hub-staging.yaml @@ -158,7 +158,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-ea893ce" + tag: "sha-2fa0db6" config: Authenticator: enable_auth_state: true diff --git a/common/playbooks/files/jupyterhub-jwt.yaml b/common/playbooks/files/jupyterhub-jwt.yaml index 16117a2..98efb15 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-ea893ce + image: eginotebooks/hub:sha-2fa0db6 args: - fastapi - run diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml index 08aa541..4f7cd7e 100644 --- a/testing/deployments/hub.yaml +++ b/testing/deployments/hub.yaml @@ -159,7 +159,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-ea893ce" + tag: "sha-2fa0db6" config: Authenticator: enable_auth_state: true -- GitLab