Skip to content

Commit

Permalink
feat: update vault & files version to v0.4.64 (#86)
Browse files Browse the repository at this point in the history
* build: release vault & files version to v0.4.61

* feat: update vault & files version to v0.4.64
  • Loading branch information
qq815776412 authored May 29, 2024
1 parent 00a1031 commit 01ef7d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
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:v0.4.63
image: beclab/vault-server:v0.4.64
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01ef7d9

Please sign in to comment.