mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
feat(olares-app): update olares-app new version to v1.5.11 (#1976)
This commit is contained in:
parent
910334101c
commit
2ebc4dc700
5 changed files with 6 additions and 5 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.10
|
||||
image: beclab/system-frontend:v1.5.11
|
||||
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.61
|
||||
image: beclab/user-service:v0.0.62
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ rules:
|
|||
- "/api/account/all"
|
||||
- "/api/cookie/retrieve"
|
||||
- "/api/cookie"
|
||||
- "/api/abilities"
|
||||
verbs: ["*"]
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ spec:
|
|||
|
||||
containers:
|
||||
- name: wizard
|
||||
image: beclab/wizard:v1.5.7
|
||||
image: beclab/wizard:v1.5.11
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ spec:
|
|||
name: check-auth
|
||||
containers:
|
||||
- name: auth-front
|
||||
image: beclab/login:v1.5.5
|
||||
image: beclab/login:v1.5.11
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ spec:
|
|||
value: os_framework_vault
|
||||
containers:
|
||||
- name: vault-server
|
||||
image: beclab/vault-server:v1.5.5
|
||||
image: beclab/vault-server:v1.5.11
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
|
|
|||
Loading…
Reference in a new issue