Skip to content

Commit 61941c9

Browse files
authored
feat: update build for quasar.config (#202)
1 parent dc5afac commit 61941c9

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

Diff for: apps/desktop/config/user/helm-charts/desktop/templates/desktop_deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555

5656
containers:
5757
- name: edge-desktop
58-
image: beclab/desktop:v0.2.24
58+
image: beclab/desktop:v0.2.25
5959
imagePullPolicy: IfNotPresent
6060
ports:
6161
- containerPort: 80
@@ -64,7 +64,7 @@ spec:
6464
value: http://bfl.{{ .Release.Namespace }}:8080
6565

6666
- name: desktop-server
67-
image: beclab/desktop-server:v0.2.24
67+
image: beclab/desktop-server:v0.2.25
6868
imagePullPolicy: IfNotPresent
6969
volumeMounts:
7070
- name: userspace-dir

Diff for: apps/wizard/config/user/helm-charts/wizard/templates/wizard_deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555

5656
containers:
5757
- name: wizard
58-
image: beclab/wizard:v0.5.4
58+
image: beclab/wizard:v0.5.5
5959
imagePullPolicy: IfNotPresent
6060
ports:
6161
- containerPort: 80

Diff for: third-party/authelia/config/user/helm-charts/auth/templates/auth_deploy.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
2-
3-
4-
5-
61
---
72
apiVersion: apps/v1
83
kind: Deployment
@@ -26,7 +21,7 @@ spec:
2621
spec:
2722
containers:
2823
- name: auth-front
29-
image: beclab/login:v0.1.24
24+
image: beclab/login:v0.1.25
3025
imagePullPolicy: IfNotPresent
3126
ports:
3227
- containerPort: 80

0 commit comments

Comments
 (0)