mirror of
https://github.com/beclab/Olares
synced 2026-04-21 13:37:46 +00:00
feat(olares-app): update new version to v1.10.10 (#2870)
This commit is contained in:
parent
0b9da26dc8
commit
738068a631
2 changed files with 3 additions and 3 deletions
|
|
@ -318,7 +318,7 @@ spec:
|
|||
chown -R 1000:1000 /uploadstemp && \
|
||||
chown -R 1000:1000 /appdata
|
||||
- name: olares-app-init
|
||||
image: beclab/system-frontend:v1.10.8
|
||||
image: beclab/system-frontend:v1.10.10
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
|
|
@ -440,7 +440,7 @@ spec:
|
|||
- name: NATS_SUBJECT_VAULT
|
||||
value: os.vault.{{ .Values.bfl.username}}
|
||||
- name: user-service
|
||||
image: beclab/user-service:v0.0.88
|
||||
image: beclab/user-service:v0.0.89
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ spec:
|
|||
name: check-auth
|
||||
containers:
|
||||
- name: auth-front
|
||||
image: beclab/login:v1.9.25
|
||||
image: beclab/login:v1.10.10
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
|
|
|||
Loading…
Reference in a new issue