fix(files): external delete (#1539)

* fix(files): external delete

* login & system-frontend: update login and system-frontend new version

---------

Co-authored-by: qq815776412 <815776412@qq.com>
This commit is contained in:
aby913 2025-07-12 00:23:59 +08:00 committed by GitHub
parent 4246bcce06
commit ee567c270c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -351,7 +351,7 @@ spec:
- name: PGDB
value: user_space_{{ .Values.bfl.username }}_cloud_drive_integration
- name: system-frontend-init
image: beclab/system-frontend:v1.3.99
image: beclab/system-frontend:v1.3.101
imagePullPolicy: IfNotPresent
command:
- /bin/sh

View file

@ -28,7 +28,7 @@ spec:
name: check-auth
containers:
- name: auth-front
image: beclab/login:v1.3.73
image: beclab/login:v1.3.101
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80

View file

@ -126,7 +126,7 @@ spec:
{{ end }}
- name: files
image: beclab/files-server:v0.2.81
image: beclab/files-server:v0.2.82
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: true