fix: change buffer location to fix a new found copy bug after running as user 1000 (#396)

This commit is contained in:
lovehunter9
2024-08-29 13:36:29 +08:00
committed by GitHub
parent 2e0f27899d
commit bb4aa3ba78

View File

@@ -70,7 +70,7 @@ spec:
- containerPort: 8080
env:
- name: FILES_SERVER_TAG
value: 'beclab/files-server:v0.2.31'
value: 'beclab/files-server:v0.2.32'
- name: NAMESPACE
valueFrom:
fieldRef:
@@ -97,7 +97,7 @@ spec:
mountPath: /appdata
- name: files
image: beclab/files-server:v0.2.31
image: beclab/files-server:v0.2.32
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -312,7 +312,7 @@ spec:
chown -R 1000:1000 /appdata
containers:
- name: files
image: beclab/files-server:v0.2.31
image: beclab/files-server:v0.2.32
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false