Skip to content

Commit

Permalink
wise, file: update files & wise new version to 1.3.38 (#1020)
Browse files Browse the repository at this point in the history
* fix: files changed to feed drive_server 0.0.50 and cache using newest version, uploader offset judging changed for SMB 499 and improve uploading speed

* feat: update files and wise new version

* feat: set files version to v1.3.38

---------

Co-authored-by: lovehunter9 <[email protected]>
Co-authored-by: qq815776412 <[email protected]>
  • Loading branch information
3 people authored Mar 4, 2025
1 parent fc279bf commit bcfcfe5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
12 changes: 7 additions & 5 deletions apps/files/config/cluster/deploy/files_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
- containerPort: 8080
env:
- name: FILES_SERVER_TAG
value: 'beclab/files-server:v0.2.57'
value: 'beclab/files-server:v0.2.60'
- name: NAMESPACE
valueFrom:
fieldRef:
Expand Down Expand Up @@ -114,7 +114,7 @@ spec:
{{ end }}

- name: files
image: beclab/files-server:v0.2.57
image: beclab/files-server:v0.2.60
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: true
Expand Down Expand Up @@ -218,6 +218,8 @@ spec:
value: '1000'
- name: OLARES_VERSION
value: '1.11'
- name: FILE_CACHE_DIR
value: '/data/file_cache'
- name: POD_NAME
valueFrom:
fieldRef:
Expand All @@ -234,7 +236,7 @@ spec:
- /filebrowser
- --noauth
- name: uploader
image: beclab/upload:v1.0.10
image: beclab/upload:v1.0.12
env:
- name: UPLOAD_FILE_TYPE
value: '*'
Expand Down Expand Up @@ -394,7 +396,7 @@ spec:
name: check-nats
containers:
- name: files
image: beclab/files-server:v0.2.57
image: beclab/files-server:v0.2.60
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -747,7 +749,7 @@ data:
client_body_timeout 600s;
client_max_body_size 4000M;
proxy_request_buffering off;
proxy_request_buffering on;
keepalive_timeout 750s;
proxy_read_timeout 600s;
proxy_send_timeout 600s;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ spec:
# - /filebrowser
# - --noauth
- name: files-frontend
image: beclab/files-frontend-1.11:v1.3.31
image: beclab/files-frontend:v1.3.38
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ spec:
- mountPath: /www
name: www-dir
- name: wise-init
image: beclab/wise:v1.3.31
image: beclab/wise:v1.3.38
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -352,7 +352,7 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
- name: settings-server
image: beclab/settings-server:v0.2.10
image: beclab/settings-server:v0.2.12
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
Expand Down
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
Expand Up @@ -83,7 +83,7 @@ spec:
value: os_system_vault
containers:
- name: vault-server
image: beclab/vault-server:v1.3.31
image: beclab/vault-server:v1.3.38
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
Expand Down Expand Up @@ -114,7 +114,7 @@ spec:
- name: vault-attach
mountPath: /padloc/packages/server/attachments
- name: vault-admin
image: beclab/vault-admin:v1.3.31
image: beclab/vault-admin:v1.3.38
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3010
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ spec:

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

- name: notification-server
image: beclab/vault-notification:v1.3.31
image: beclab/vault-notification:v1.3.38
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3010
Expand Down

0 comments on commit bcfcfe5

Please sign in to comment.