Skip to content

Commit

Permalink
fix: update func pingLoadData for local (#29)
Browse files Browse the repository at this point in the history
fix: update func pingLoadData
  • Loading branch information
wushuangs authored May 13, 2024
1 parent 83fbf53 commit 930862e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:

containers:
- name: edge-desktop
image: beclab/desktop:v0.2.20
image: beclab/desktop:v0.2.21
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand All @@ -64,7 +64,7 @@ spec:
value: http://bfl.{{ .Release.Namespace }}:8080

- name: desktop-server
image: beclab/desktop-server:v0.2.20
image: beclab/desktop-server:v0.2.21
imagePullPolicy: IfNotPresent
volumeMounts:
- name: userspace-dir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: auth-front
image: beclab/login:v0.1.21
image: beclab/login:v0.1.22
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand Down

0 comments on commit 930862e

Please sign in to comment.