Skip to content

Commit

Permalink
feat: update build for quasar.config (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuangs authored Jul 9, 2024
1 parent 287fcfd commit ed9ecea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 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.24
image: beclab/desktop:v0.2.25
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.24
image: beclab/desktop-server:v0.2.25
imagePullPolicy: IfNotPresent
volumeMounts:
- name: userspace-dir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:

containers:
- name: wizard
image: beclab/wizard:v0.5.4
image: beclab/wizard:v0.5.5
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@





---
apiVersion: apps/v1
kind: Deployment
Expand All @@ -26,7 +21,7 @@ spec:
spec:
containers:
- name: auth-front
image: beclab/login:v0.1.24
image: beclab/login:v0.1.25
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand Down

0 comments on commit ed9ecea

Please sign in to comment.