From c86884e17d9567cfa0c8384d4b8213c74e381014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Thu, 1 Aug 2024 15:13:22 +0000 Subject: [PATCH] Update jupyterhub image - fill version info --- cesnet-central/deployments/fullhub.yaml | 2 +- common/deployments/hub-staging.yaml | 2 +- testing/deployments/hub.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 137d2a4..5e0e969 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -119,7 +119,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-323c75e" + tag: "sha-f324c36" config: Authenticator: enable_auth_state: true diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml index b2d5fcd..7ace60b 100644 --- a/common/deployments/hub-staging.yaml +++ b/common/deployments/hub-staging.yaml @@ -137,7 +137,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-323c75e" + tag: "sha-f324c36" config: Authenticator: enable_auth_state: true diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml index 2a5c682..611c633 100644 --- a/testing/deployments/hub.yaml +++ b/testing/deployments/hub.yaml @@ -138,7 +138,7 @@ hub: # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub - tag: "sha-323c75e" + tag: "sha-f324c36" config: Authenticator: enable_auth_state: true -- GitLab