From 37b930ea83abdef72efe9f28e031eb7fe4fe5a41 Mon Sep 17 00:00:00 2001 From: wiy Date: Mon, 22 Sep 2025 17:09:00 +0800 Subject: [PATCH] feat(system-frontend): release new version to v1.4.37 (#1860) --- .../user/helm-charts/system-apps/templates/olares-app.yaml | 2 +- framework/files/.olares/config/cluster/deploy/files_deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/.olares/config/user/helm-charts/system-apps/templates/olares-app.yaml b/apps/.olares/config/user/helm-charts/system-apps/templates/olares-app.yaml index 9f7a42fde..c50cea0ee 100644 --- a/apps/.olares/config/user/helm-charts/system-apps/templates/olares-app.yaml +++ b/apps/.olares/config/user/helm-charts/system-apps/templates/olares-app.yaml @@ -321,7 +321,7 @@ spec: - name: PGDB value: user_space_{{ .Values.bfl.username }}_cloud_drive_integration - name: olares-app-init - image: beclab/system-frontend:v1.4.35 + image: beclab/system-frontend:v1.4.37 imagePullPolicy: IfNotPresent command: - /bin/sh diff --git a/framework/files/.olares/config/cluster/deploy/files_deploy.yaml b/framework/files/.olares/config/cluster/deploy/files_deploy.yaml index 1f75d4fa3..4ec08bc62 100644 --- a/framework/files/.olares/config/cluster/deploy/files_deploy.yaml +++ b/framework/files/.olares/config/cluster/deploy/files_deploy.yaml @@ -173,7 +173,7 @@ spec: {{ end }} - name: files - image: beclab/files-server:v0.2.118 + image: beclab/files-server:v0.2.119 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: true