mirror of
https://github.com/beclab/Olares
synced 2026-04-21 13:37:46 +00:00
fix: files upload tempfiles over delete (#2898)
This commit is contained in:
parent
f09f2f9ec7
commit
33844bb436
1 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ spec:
|
|||
- :5572
|
||||
- --rc-no-auth
|
||||
- --log-level
|
||||
- DEBUG
|
||||
- INFO
|
||||
- --no-check-certificate
|
||||
- --s3-directory-markers
|
||||
- --fs-cache-expire-duration
|
||||
|
|
@ -210,7 +210,7 @@ spec:
|
|||
command:
|
||||
- /samba_share
|
||||
- name: files
|
||||
image: beclab/files-server:v0.2.156
|
||||
image: beclab/files-server:v0.2.158
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue