mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
market: waiting for the app-service to start & displays the failed status of the installation button. (#1499)
feat: update market version
This commit is contained in:
parent
5df379f286
commit
bf57da0fa4
2 changed files with 9 additions and 3 deletions
|
|
@ -351,7 +351,7 @@ spec:
|
|||
- name: PGDB
|
||||
value: user_space_{{ .Values.bfl.username }}_cloud_drive_integration
|
||||
- name: system-frontend-init
|
||||
image: beclab/system-frontend:v1.3.88
|
||||
image: beclab/system-frontend:v1.3.89
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
|
|
|
|||
|
|
@ -82,10 +82,16 @@ spec:
|
|||
- authelia-backend.os-framework:9091
|
||||
image: owncloudci/wait-for:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: check-auth
|
||||
name: check-auth
|
||||
- args:
|
||||
- -it
|
||||
- app-service.os-framework:6755
|
||||
image: owncloudci/wait-for:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: check-appservice
|
||||
containers:
|
||||
- name: appstore-backend
|
||||
image: beclab/market-backend:v0.4.3
|
||||
image: beclab/market-backend:v0.4.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 81
|
||||
|
|
|
|||
Loading…
Reference in a new issue