From 306e2485e9846a96916dd184f17b94d65a483f6b Mon Sep 17 00:00:00 2001 From: huaiyuan <1029848564@qq.com> Date: Tue, 18 Feb 2025 23:51:36 +0800 Subject: [PATCH] larepass&files&files server: update LarePass version to v1.3.30 (#963) * fix: pasting to sync with special characters * fix(files): prompt message when a backslash appears in sync --------- Co-authored-by: lovehunter9 --- apps/files/config/cluster/deploy/files_deploy.yaml | 6 +++--- .../user/helm-charts/files/templates/files_fe_deploy.yaml | 2 +- .../helm-charts/monitoring/templates/system-frontend.yaml | 2 +- apps/vault/config/cluster/deploy/vault_server_deploy.yaml | 4 ++-- .../user/helm-charts/vault/templates/vault_deploy.yaml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/files/config/cluster/deploy/files_deploy.yaml b/apps/files/config/cluster/deploy/files_deploy.yaml index 5fda7278..c133e187 100644 --- a/apps/files/config/cluster/deploy/files_deploy.yaml +++ b/apps/files/config/cluster/deploy/files_deploy.yaml @@ -78,7 +78,7 @@ spec: - containerPort: 8080 env: - name: FILES_SERVER_TAG - value: 'beclab/files-server:v0.2.55' + value: 'beclab/files-server:v0.2.56' - name: NAMESPACE valueFrom: fieldRef: @@ -114,7 +114,7 @@ spec: {{ end }} - name: files - image: beclab/files-server:v0.2.55 + image: beclab/files-server:v0.2.56 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: true @@ -394,7 +394,7 @@ spec: name: check-nats containers: - name: files - image: beclab/files-server:v0.2.55 + image: beclab/files-server:v0.2.56 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/apps/files/config/user/helm-charts/files/templates/files_fe_deploy.yaml b/apps/files/config/user/helm-charts/files/templates/files_fe_deploy.yaml index eb8d5a0b..37b318bc 100644 --- a/apps/files/config/user/helm-charts/files/templates/files_fe_deploy.yaml +++ b/apps/files/config/user/helm-charts/files/templates/files_fe_deploy.yaml @@ -297,7 +297,7 @@ spec: # - /filebrowser # - --noauth - name: files-frontend - image: beclab/files-frontend-1.11:v1.3.29 + image: beclab/files-frontend-1.11:v1.3.30 imagePullPolicy: IfNotPresent securityContext: runAsNonRoot: false diff --git a/apps/system-apps/config/user/helm-charts/monitoring/templates/system-frontend.yaml b/apps/system-apps/config/user/helm-charts/monitoring/templates/system-frontend.yaml index 513466c9..3394c25e 100644 --- a/apps/system-apps/config/user/helm-charts/monitoring/templates/system-frontend.yaml +++ b/apps/system-apps/config/user/helm-charts/monitoring/templates/system-frontend.yaml @@ -226,7 +226,7 @@ spec: - mountPath: /www name: www-dir - name: wise-init - image: beclab/wise:v1.3.29 + image: beclab/wise:v1.3.30 imagePullPolicy: IfNotPresent command: - /bin/sh diff --git a/apps/vault/config/cluster/deploy/vault_server_deploy.yaml b/apps/vault/config/cluster/deploy/vault_server_deploy.yaml index 4478d414..7dbe8899 100644 --- a/apps/vault/config/cluster/deploy/vault_server_deploy.yaml +++ b/apps/vault/config/cluster/deploy/vault_server_deploy.yaml @@ -83,7 +83,7 @@ spec: value: os_system_vault containers: - name: vault-server - image: beclab/vault-server:v1.3.29 + image: beclab/vault-server:v1.3.30 imagePullPolicy: IfNotPresent ports: - containerPort: 3000 @@ -114,7 +114,7 @@ spec: - name: vault-attach mountPath: /padloc/packages/server/attachments - name: vault-admin - image: beclab/vault-admin:v1.3.29 + image: beclab/vault-admin:v1.3.30 imagePullPolicy: IfNotPresent ports: - containerPort: 3010 diff --git a/apps/vault/config/user/helm-charts/vault/templates/vault_deploy.yaml b/apps/vault/config/user/helm-charts/vault/templates/vault_deploy.yaml index 9cea7eec..92bdc2a7 100644 --- a/apps/vault/config/user/helm-charts/vault/templates/vault_deploy.yaml +++ b/apps/vault/config/user/helm-charts/vault/templates/vault_deploy.yaml @@ -88,13 +88,13 @@ spec: containers: - name: vault-frontend - image: beclab/vault-frontend:v1.3.29 + image: beclab/vault-frontend:v1.3.30 imagePullPolicy: IfNotPresent ports: - containerPort: 80 - name: notification-server - image: beclab/vault-notification:v1.3.29 + image: beclab/vault-notification:v1.3.30 imagePullPolicy: IfNotPresent ports: - containerPort: 3010