files: fix the bug when copying name with space for src xor dst is sync (#732)

* bugfix: fix the bug when copying name with sapce for src xor dst is sync

* files: fix the decoding issue of folders containing spaces

---------

Co-authored-by: huaiyuan <1029848564@qq.com>
This commit is contained in:
lovehunter9
2024-12-10 21:41:35 +08:00
committed by GitHub
parent 1ef0c10a0b
commit 623822bcef
5 changed files with 9 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ spec:
- containerPort: 8080
env:
- name: FILES_SERVER_TAG
value: 'beclab/files-server:v0.2.45'
value: 'beclab/files-server:v0.2.46'
- name: NAMESPACE
valueFrom:
fieldRef:
@@ -101,7 +101,7 @@ spec:
{{ end }}
- name: files
image: beclab/files-server:v0.2.45
image: beclab/files-server:v0.2.46
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: true
@@ -348,7 +348,7 @@ spec:
chown -R 1000:1000 /appdata
containers:
- name: files
image: beclab/files-server:v0.2.45
image: beclab/files-server:v0.2.46
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false