From df2b5b4274ecd8549f3dee6608b208b2c26d27b2 Mon Sep 17 00:00:00 2001 From: hysyeah Date: Thu, 6 Nov 2025 17:53:24 +0800 Subject: [PATCH] authelia: fix ttlcache delete panic may due to some concurrency (#2039) --- .../.olares/config/cluster/deploy/auth_backend_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/authelia/.olares/config/cluster/deploy/auth_backend_deploy.yaml b/framework/authelia/.olares/config/cluster/deploy/auth_backend_deploy.yaml index 8a6e84332..f34b3cdd7 100644 --- a/framework/authelia/.olares/config/cluster/deploy/auth_backend_deploy.yaml +++ b/framework/authelia/.olares/config/cluster/deploy/auth_backend_deploy.yaml @@ -429,7 +429,7 @@ spec: privileged: true containers: - name: authelia - image: beclab/auth:0.2.39 + image: beclab/auth:0.2.40 imagePullPolicy: IfNotPresent ports: - containerPort: 9091