Commit 860733f Daniel Rosival
committed
1 parent 66829b7 commit 860733f Copy full SHA for 860733f
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
{{- include "smartface.commonEnv" . | nindent 8 }}
54
54
{{- include "smartface.rmqConfig" . | nindent 8 }}
55
55
{{- include "smartface.mqttConfig" . | nindent 8 }}
56
- {{- include "smartface.authenticationConfig" . | nindent 8 }}
56
+ {{- include "smartface.authenticationConfig" . | nindent 8 }}
57
57
- name : " Kestrel__EndPoints__Http__Url"
58
58
value : " http://0.0.0.0:{{ .Values.accessController.containerPort }}"
59
59
- name : " Kestrel__EndPoints__Http__RequireAuthentication"
Original file line number Diff line number Diff line change @@ -635,14 +635,14 @@ accessController:
635
635
# -- Docker image repository
636
636
repository : innovatrics/smartface/sf-access-controller
637
637
# -- Access Controller follows different versioning, so the chart app needs to be overridden
638
- tag : " v5_1.9.1 "
638
+ tag : " v5_1.10.0 "
639
639
# -- Overrides the image tag with an image digest
640
640
digest : null
641
641
# -- Docker image pull policy
642
642
pullPolicy : IfNotPresent
643
643
mqttAccessNotifications :
644
644
enabled : true
645
- topic : " edge-stream/{streamId}/{clientId}/ access-notifications/{notificationType}"
645
+ topic : " edge-stream/{sourceId}/ access-notifications/{notificationType}"
646
646
647
647
station :
648
648
enabled : false
You can’t perform that action at this time.
0 commit comments