Compare commits

...

2 Commits

Author SHA1 Message Date
huaiyuan
0f977b4061 fix(desktop): improve data refresh logic by socket after network reconnection 2025-05-15 21:10:38 +08:00
hysyeah
0c2cbbb416 app-service: fix pull image progress (#1305) 2025-05-10 00:41:36 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ spec:
containers:
- name: edge-desktop
image: beclab/desktop:v0.2.58
image: beclab/desktop:v0.2.59
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
@@ -78,7 +78,7 @@ spec:
value: http://bfl.{{ .Release.Namespace }}:8080
- name: desktop-server
image: beclab/desktop-server:v0.2.58
image: beclab/desktop-server:v0.2.59
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false

View File

@@ -149,7 +149,7 @@ spec:
priorityClassName: "system-cluster-critical"
containers:
- name: app-service
image: beclab/app-service:0.2.98
image: beclab/app-service:0.2.99
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0
@@ -367,7 +367,7 @@ spec:
hostNetwork: true
containers:
- name: image-service
image: beclab/image-service:0.2.98
image: beclab/image-service:0.2.99
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0