File tree 3 files changed +4
-9
lines changed
desktop/config/user/helm-charts/desktop/templates
wizard/config/user/helm-charts/wizard/templates
third-party/authelia/config/user/helm-charts/auth/templates
3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 55
55
56
56
containers :
57
57
- name : edge-desktop
58
- image : beclab/desktop:v0.2.24
58
+ image : beclab/desktop:v0.2.25
59
59
imagePullPolicy : IfNotPresent
60
60
ports :
61
61
- containerPort : 80
64
64
value : http://bfl.{{ .Release.Namespace }}:8080
65
65
66
66
- name : desktop-server
67
- image : beclab/desktop-server:v0.2.24
67
+ image : beclab/desktop-server:v0.2.25
68
68
imagePullPolicy : IfNotPresent
69
69
volumeMounts :
70
70
- name : userspace-dir
Original file line number Diff line number Diff line change 55
55
56
56
containers :
57
57
- name : wizard
58
- image : beclab/wizard:v0.5.4
58
+ image : beclab/wizard:v0.5.5
59
59
imagePullPolicy : IfNotPresent
60
60
ports :
61
61
- containerPort : 80
Original file line number Diff line number Diff line change 1
-
2
-
3
-
4
-
5
-
6
1
---
7
2
apiVersion : apps/v1
8
3
kind : Deployment
26
21
spec :
27
22
containers :
28
23
- name : auth-front
29
- image : beclab/login:v0.1.24
24
+ image : beclab/login:v0.1.25
30
25
imagePullPolicy : IfNotPresent
31
26
ports :
32
27
- containerPort : 80
You can’t perform that action at this time.
0 commit comments