mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
feat: update system frontend and user service version (#1642)
This commit is contained in:
parent
896c6d76f9
commit
bf292e2f55
1 changed files with 2 additions and 2 deletions
|
|
@ -333,7 +333,7 @@ spec:
|
|||
- name: PGDB
|
||||
value: user_space_{{ .Values.bfl.username }}_cloud_drive_integration
|
||||
- name: system-frontend-init
|
||||
image: beclab/system-frontend:v1.3.115
|
||||
image: beclab/system-frontend:v1.3.116
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
|
|
@ -455,7 +455,7 @@ spec:
|
|||
- name: NATS_SUBJECT_VAULT
|
||||
value: os.vault.{{ .Values.bfl.username}}
|
||||
- name: user-service
|
||||
image: beclab/user-service:v0.0.40
|
||||
image: beclab/user-service:v0.0.41
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
|
|
|||
Loading…
Reference in a new issue