Skip to content

Commit

Permalink
fix: settings appearance ui bug (#644)
Browse files Browse the repository at this point in the history
* fix: settings appearance ui bug

* feat: update vault & files & wise new version
  • Loading branch information
qq815776412 authored Nov 18, 2024
1 parent 8616134 commit 5528fcc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ spec:
# - /filebrowser
# - --noauth
- name: files-frontend
image: beclab/files-frontend:v1.2.56
image: beclab/files-frontend:v1.2.61
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ spec:
fieldPath: status.podIP
containers:
- name: settings
image: beclab/settings:v0.1.91
image: beclab/settings:v0.1.92
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80

- name: settings-server
image: beclab/settings-server:v0.1.91
image: beclab/settings-server:v0.1.92
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ spec:
- mountPath: /www
name: www-dir
- name: wise-init
image: beclab/wise:v1.2.56
image: beclab/wise:v1.2.61
imagePullPolicy: IfNotPresent
command:
- /bin/sh
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.2.56
image: beclab/vault-server:v1.2.61
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.2.56
image: beclab/vault-admin:v1.2.61
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3010
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ spec:

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

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

0 comments on commit 5528fcc

Please sign in to comment.