mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
feat: update system frontend to v1.5.9 (#1958)
Co-authored-by: icebergtsn <zyh2433219116@gmail.com>
This commit is contained in:
parent
774a0e14c4
commit
d31a46b6f5
1 changed files with 2 additions and 2 deletions
|
|
@ -303,7 +303,7 @@ spec:
|
|||
chown -R 1000:1000 /uploadstemp && \
|
||||
chown -R 1000:1000 /appdata
|
||||
- name: olares-app-init
|
||||
image: beclab/system-frontend:v1.5.8
|
||||
image: beclab/system-frontend:v1.5.9
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
|
|
@ -424,7 +424,7 @@ spec:
|
|||
- name: NATS_SUBJECT_VAULT
|
||||
value: os.vault.{{ .Values.bfl.username}}
|
||||
- name: user-service
|
||||
image: beclab/user-service:v0.0.60
|
||||
image: beclab/user-service:v0.0.61
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
|
|
|||
Loading…
Reference in a new issue