app-service: fix app suspend in os-system;image download bug (#808)

This commit is contained in:
hysyeah
2024-12-27 15:44:20 +08:00
committed by GitHub
parent 1959484a53
commit e0462a6bec

View File

@@ -148,7 +148,7 @@ spec:
serviceAccount: os-internal
containers:
- name: app-service
image: beclab/app-service:0.2.62
image: beclab/app-service:0.2.63
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0
@@ -360,7 +360,7 @@ spec:
hostNetwork: true
containers:
- name: image-service
image: beclab/image-service:0.2.51
image: beclab/image-service:0.2.63
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0