mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
fix: avoid glob parsing for special-char filenames (#1999)
This commit is contained in:
parent
84dec294da
commit
0a591f7a3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue