From b3d8a2e7182d03ba502052f14ee1dfcdbf6e45d2 Mon Sep 17 00:00:00 2001 From: aby913 Date: Wed, 23 Jul 2025 00:56:02 +0800 Subject: [PATCH] fix(files): update global external data on mount (#1594) --- 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 7e2b1c786..fb1f01178 100644 --- a/framework/files/.olares/config/cluster/deploy/files_deploy.yaml +++ b/framework/files/.olares/config/cluster/deploy/files_deploy.yaml @@ -128,7 +128,7 @@ spec: {{ end }} - name: files - image: beclab/files-server:v0.2.84 + image: beclab/files-server:v0.2.85 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: true