mirror of
https://github.com/beclab/Olares
synced 2026-05-24 01:08:23 +00:00
files: fix cloud video playback, support external and cache sharing (#2112)
* files: fix cloud video playback, support external and cache sharing * feat(olares-app): update olares-app version to v1.6.9 --------- Co-authored-by: qq815776412 <815776412@qq.com>
This commit is contained in:
parent
3a19d380f3
commit
c84e4deded
4 changed files with 4 additions and 4 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.6.8
|
||||
image: beclab/system-frontend:v1.6.9
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ spec:
|
|||
name: check-appservice
|
||||
containers:
|
||||
- name: chartrepo
|
||||
image: beclab/dynamic-chart-repository:v0.3.0
|
||||
image: beclab/dynamic-chart-repository:v0.3.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 81
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ spec:
|
|||
command:
|
||||
- /samba_share
|
||||
- name: files
|
||||
image: beclab/files-server:v0.2.130
|
||||
image: beclab/files-server:v0.2.131
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: true
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ spec:
|
|||
name: check-chart-repo
|
||||
containers:
|
||||
- name: appstore-backend
|
||||
image: beclab/market-backend:v0.6.0
|
||||
image: beclab/market-backend:v0.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 81
|
||||
|
|
|
|||
Loading…
Reference in a new issue