From 78892a6ac68d52ba8f7c066d5888b9a09408dfd0 Mon Sep 17 00:00:00 2001 From: qq815776412 <815776412@qq.com> Date: Fri, 17 May 2024 20:47:02 +0800 Subject: [PATCH 1/2] build: release vault & files version to v0.4.61 --- .../config/user/helm-charts/files/templates/files_deploy.yaml | 2 +- apps/vault/config/cluster/deploy/vault_server_deploy.yaml | 4 ++-- .../config/user/helm-charts/vault/templates/vault_deploy.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/files/config/user/helm-charts/files/templates/files_deploy.yaml b/apps/files/config/user/helm-charts/files/templates/files_deploy.yaml index a25a10eb..5924c21e 100644 --- a/apps/files/config/user/helm-charts/files/templates/files_deploy.yaml +++ b/apps/files/config/user/helm-charts/files/templates/files_deploy.yaml @@ -163,7 +163,7 @@ spec: - /filebrowser - --noauth - name: files-frontend - image: beclab/files-frontend:v0.4.57 + image: beclab/files-frontend:v0.4.61 imagePullPolicy: IfNotPresent ports: - containerPort: 80 diff --git a/apps/vault/config/cluster/deploy/vault_server_deploy.yaml b/apps/vault/config/cluster/deploy/vault_server_deploy.yaml index 6f89e85f..7010bb72 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:v0.4.57 + image: beclab/vault-server:v0.4.61 imagePullPolicy: IfNotPresent ports: - containerPort: 3000 @@ -110,7 +110,7 @@ spec: - name: vault-attach mountPath: /padloc/packages/server/attachments - name: vault-admin - image: beclab/vault-admin:v0.4.57 + image: beclab/vault-admin:v0.4.61 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 d186de6c..7f6913c6 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 @@ -65,13 +65,13 @@ spec: containers: - name: vault-frontend - image: beclab/vault-frontend:v0.4.57 + image: beclab/vault-frontend:v0.4.61 imagePullPolicy: IfNotPresent ports: - containerPort: 80 - name: notification-server - image: beclab/vault-notification:v0.4.57 + image: beclab/vault-notification:v0.4.61 imagePullPolicy: IfNotPresent ports: - containerPort: 3010 From 96f95f32fbcb6ece7fa143d4720972c04818fdb0 Mon Sep 17 00:00:00 2001 From: qq815776412 <815776412@qq.com> Date: Tue, 28 May 2024 21:13:22 +0800 Subject: [PATCH 2/2] feat: update vault & files version to v0.4.64 --- .../config/user/helm-charts/files/templates/files_deploy.yaml | 2 +- apps/vault/config/cluster/deploy/vault_server_deploy.yaml | 4 ++-- .../config/user/helm-charts/vault/templates/vault_deploy.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/files/config/user/helm-charts/files/templates/files_deploy.yaml b/apps/files/config/user/helm-charts/files/templates/files_deploy.yaml index 0716dd49..c6b14ddb 100644 --- a/apps/files/config/user/helm-charts/files/templates/files_deploy.yaml +++ b/apps/files/config/user/helm-charts/files/templates/files_deploy.yaml @@ -165,7 +165,7 @@ spec: - /filebrowser - --noauth - name: files-frontend - image: beclab/files-frontend:v0.4.63 + image: beclab/files-frontend:v0.4.64 imagePullPolicy: IfNotPresent ports: - containerPort: 80 diff --git a/apps/vault/config/cluster/deploy/vault_server_deploy.yaml b/apps/vault/config/cluster/deploy/vault_server_deploy.yaml index 8106e9d7..0b89802d 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:v0.4.63 + image: beclab/vault-server:v0.4.64 imagePullPolicy: IfNotPresent ports: - containerPort: 3000 @@ -110,7 +110,7 @@ spec: - name: vault-attach mountPath: /padloc/packages/server/attachments - name: vault-admin - image: beclab/vault-admin:v0.4.63 + image: beclab/vault-admin:v0.4.64 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 78922c3f..f2ef983f 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 @@ -65,13 +65,13 @@ spec: containers: - name: vault-frontend - image: beclab/vault-frontend:v0.4.63 + image: beclab/vault-frontend:v0.4.64 imagePullPolicy: IfNotPresent ports: - containerPort: 80 - name: notification-server - image: beclab/vault-notification:v0.4.63 + image: beclab/vault-notification:v0.4.64 imagePullPolicy: IfNotPresent ports: - containerPort: 3010