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:
aby913 2025-11-27 01:01:54 +08:00 committed by GitHub
parent 3a19d380f3
commit c84e4deded
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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