From fe7d69ba639623fe31d0efa37230aec72afd4168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Tue, 18 Jun 2024 16:25:00 +0000 Subject: [PATCH] Fix testing instance - no JWT for now --- testing/deployments/hub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml index 4ade083..7a5ef24 100644 --- a/testing/deployments/hub.yaml +++ b/testing/deployments/hub.yaml @@ -127,7 +127,7 @@ hub: admin: true image: name: valtri/hub - tag: "eosc7-jwt" + tag: "3.x-eosc4" # EOSC, jupyter 3.1.0 config: Authenticator: enable_auth_state: true -- GitLab