From ee567c270c1efd024f11d29cc564f023c658d109 Mon Sep 17 00:00:00 2001 From: aby913 Date: Sat, 12 Jul 2025 00:23:59 +0800 Subject: [PATCH] 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> --- .../user/helm-charts/system-apps/templates/system-frontend.yaml | 2 +- .../config/user/helm-charts/auth/templates/auth_deploy.yaml | 2 +- framework/files/.olares/config/cluster/deploy/files_deploy.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/.olares/config/user/helm-charts/system-apps/templates/system-frontend.yaml b/apps/.olares/config/user/helm-charts/system-apps/templates/system-frontend.yaml index dd304006f..4cae7d4e4 100644 --- a/apps/.olares/config/user/helm-charts/system-apps/templates/system-frontend.yaml +++ b/apps/.olares/config/user/helm-charts/system-apps/templates/system-frontend.yaml @@ -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 diff --git a/framework/authelia/.olares/config/user/helm-charts/auth/templates/auth_deploy.yaml b/framework/authelia/.olares/config/user/helm-charts/auth/templates/auth_deploy.yaml index e0208fd31..e3642909d 100644 --- a/framework/authelia/.olares/config/user/helm-charts/auth/templates/auth_deploy.yaml +++ b/framework/authelia/.olares/config/user/helm-charts/auth/templates/auth_deploy.yaml @@ -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 diff --git a/framework/files/.olares/config/cluster/deploy/files_deploy.yaml b/framework/files/.olares/config/cluster/deploy/files_deploy.yaml index 2d184cd5a..b394464ae 100644 --- a/framework/files/.olares/config/cluster/deploy/files_deploy.yaml +++ b/framework/files/.olares/config/cluster/deploy/files_deploy.yaml @@ -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