fix: files: skip watcher trying to watch /data/External (#556)
bugfix: files: skip watcher trying to watch /data/External
This commit is contained in:
@@ -70,7 +70,7 @@ spec:
|
||||
- containerPort: 8080
|
||||
env:
|
||||
- name: FILES_SERVER_TAG
|
||||
value: 'beclab/files-server:v0.2.37'
|
||||
value: 'beclab/files-server:v0.2.38'
|
||||
- name: NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
@@ -101,7 +101,7 @@ spec:
|
||||
{{ end }}
|
||||
|
||||
- name: files
|
||||
image: beclab/files-server:v0.2.37
|
||||
image: beclab/files-server:v0.2.38
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: true
|
||||
@@ -348,7 +348,7 @@ spec:
|
||||
chown -R 1000:1000 /appdata
|
||||
containers:
|
||||
- name: files
|
||||
image: beclab/files-server:v0.2.37
|
||||
image: beclab/files-server:v0.2.38
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
||||
Reference in New Issue
Block a user