diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml
index b3ff7e375b430e23f0c5e64daabe11b6711bfd92..364b81db038c9f485501c7778f6885b0de398fcf 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/accounting_deployments/accounting-config.yaml b/common/accounting_deployments/accounting-config.yaml
index a0db4a65e053d6025f341f30535da1981a5bd52b..15d83b2aab6434622a404f623bfcab6eb70724d4 100644
--- a/common/accounting_deployments/accounting-config.yaml
+++ b/common/accounting_deployments/accounting-config.yaml
@@ -1,4 +1,5 @@
 eosc:
+  schedule: 42 1 * * *
   tokenUrl: "https://{{ secrets['checkin_host'] }}/OIDC/token"
   clientId: "{{ secrets['client_id'] }}"
   clientSecret: "{{ secrets['client_secret'] }}"
diff --git a/common/deployments/hub-production.yaml b/common/deployments/hub-production.yaml
index 1d90b1cc37ce252e93f2a92685c0f49c4961745d..3c315680a0eb2110d24cb233f0f838fd52ad2d18 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 0e22e4d0cc0674d8942738613e1093a5a7c78e31..6b86459ba154f72524d7833a7cede98c5ba47ca4 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 16117a22f7f56ca8a105694866c9c5d5d9bfc386..98efb15f270f4aad56d059d235749e0d3de82f80 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 08aa541181a6e88a197a73d83588cb846a0f6ba1..4f7cd7e0f2f3b85172042613ed78407c748327d9 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