From f39201105ae895a85f98eafa4f5085af303a90fe Mon Sep 17 00:00:00 2001 From: lovehunter9 Date: Fri, 3 Apr 2026 21:12:11 +0800 Subject: [PATCH] fix: files external disk usage is checking an incorrect target --- framework/files/.olares/config/cluster/deploy/files_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/files/.olares/config/cluster/deploy/files_deploy.yaml b/framework/files/.olares/config/cluster/deploy/files_deploy.yaml index f7fec9428..28cd6ec26 100644 --- a/framework/files/.olares/config/cluster/deploy/files_deploy.yaml +++ b/framework/files/.olares/config/cluster/deploy/files_deploy.yaml @@ -210,7 +210,7 @@ spec: command: - /samba_share - name: files - image: beclab/files-server:v0.2.154 + image: beclab/files-server:v0.2.155 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: true