From 0a591f7a3c2ee6bfcdc54040f3025a9960d2e386 Mon Sep 17 00:00:00 2001 From: aby913 Date: Mon, 27 Oct 2025 23:46:31 +0800 Subject: [PATCH] fix: avoid glob parsing for special-char filenames (#1999) --- 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 aac874bae..f631ab209 100644 --- a/framework/files/.olares/config/cluster/deploy/files_deploy.yaml +++ b/framework/files/.olares/config/cluster/deploy/files_deploy.yaml @@ -173,7 +173,7 @@ spec: {{ end }} - name: files - image: beclab/files-server:v0.2.123 + image: beclab/files-server:v0.2.124 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: true