mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
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:
parent
4246bcce06
commit
ee567c270c
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue