Compare commits

...

1 Commits

Author SHA1 Message Date
huaiyuan
6603cb4b71 desktop: fix iframe hide when zooming the window 2025-04-25 16:48:16 +08:00

View File

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