Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

files&files server: updage LarePass version to v1.3.24 #920

Merged
merged 3 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: fix create new folder in sync and update nginx timeout
  • Loading branch information
wushuangs committed Jan 22, 2025
commit dee89af9dd08f463ba776f7f24905116df0588bd
Original file line number Diff line number Diff line change
@@ -297,7 +297,7 @@ spec:
# - /filebrowser
# - --noauth
- name: files-frontend
image: beclab/files-frontend-1.11:v1.3.22
image: beclab/files-frontend-1.11:v1.3.24
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
Original file line number Diff line number Diff line change
@@ -226,7 +226,7 @@ spec:
- mountPath: /www
name: www-dir
- name: wise-init
image: beclab/wise:v1.3.22
image: beclab/wise:v1.3.24
imagePullPolicy: IfNotPresent
command:
- /bin/sh
4 changes: 2 additions & 2 deletions apps/vault/config/cluster/deploy/vault_server_deploy.yaml
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ spec:
value: os_system_vault
containers:
- name: vault-server
image: beclab/vault-server:v1.3.22
image: beclab/vault-server:v1.3.24
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.22
image: beclab/vault-admin:v1.3.24
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3010
Original file line number Diff line number Diff line change
@@ -88,13 +88,13 @@ spec:

containers:
- name: vault-frontend
image: beclab/vault-frontend:v1.3.22
image: beclab/vault-frontend:v1.3.24
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80

- name: notification-server
image: beclab/vault-notification:v1.3.22
image: beclab/vault-notification:v1.3.24
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3010