mirror of
https://github.com/beclab/Olares
synced 2026-05-06 06:48:30 +00:00
feat(olares-app): update olares-app version to v1.6.13 (#2144)
* feat: update system-frontend version to v1.6.13, market to v0.6.4 and chart repo to v0.6.4 * files: support internal sharing of external and cache * feat(user-service): update desktop search --------- Co-authored-by: icebergtsn <zyh2433219116@gmail.com> Co-authored-by: aby913 <aby913@163.com>
This commit is contained in:
parent
03e8dd0ac7
commit
1a794c9fc4
7 changed files with 11 additions and 7 deletions
|
|
@ -52,6 +52,7 @@ rules:
|
|||
- "/provider/update_dataset_folder_paths"
|
||||
- "/seahub/api/*"
|
||||
- "/system/configuration/encoding"
|
||||
- "/api/search/get_directory/"
|
||||
verbs: ["*"]
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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.10
|
||||
image: beclab/system-frontend:v1.6.13
|
||||
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.71
|
||||
image: beclab/user-service:v0.0.72
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
|
|
|||
|
|
@ -9,4 +9,7 @@ metadata:
|
|||
rules:
|
||||
- nonResourceURLs:
|
||||
- "/document/search*"
|
||||
- "/task/stats/merged"
|
||||
- "/search/*"
|
||||
- "/monitorsetting/*"
|
||||
verbs: ["*"]
|
||||
|
|
@ -317,7 +317,7 @@ spec:
|
|||
apiVersion: v1
|
||||
fieldPath: spec.nodeName
|
||||
- name: ingress
|
||||
image: beclab/bfl-ingress:v0.3.27
|
||||
image: beclab/bfl-ingress:v0.3.28
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: AUTHELIA_AUTH_URL
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ spec:
|
|||
name: check-appservice
|
||||
containers:
|
||||
- name: chartrepo
|
||||
image: beclab/dynamic-chart-repository:v0.3.3
|
||||
image: beclab/dynamic-chart-repository:v0.3.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 81
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ spec:
|
|||
{{ end }}
|
||||
|
||||
- name: samba-server
|
||||
image: beclab/samba-server:0.0.7
|
||||
image: beclab/samba-server:0.0.8
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: true
|
||||
|
|
@ -210,7 +210,7 @@ spec:
|
|||
command:
|
||||
- /samba_share
|
||||
- name: files
|
||||
image: beclab/files-server:v0.2.131
|
||||
image: beclab/files-server:v0.2.132
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: true
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ spec:
|
|||
name: check-chart-repo
|
||||
containers:
|
||||
- name: appstore-backend
|
||||
image: beclab/market-backend:v0.6.2
|
||||
image: beclab/market-backend:v0.6.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 81
|
||||
|
|
|
|||
Loading…
Reference in a new issue