Skip to content

Commit 860733f

Browse files
author
Daniel Rosival
committed
fix white spaces
1 parent 66829b7 commit 860733f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

templates/edge-streams/access-controller-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
{{- include "smartface.commonEnv" . | nindent 8 }}
5454
{{- include "smartface.rmqConfig" . | nindent 8 }}
5555
{{- include "smartface.mqttConfig" . | nindent 8 }}
56-
{{- include "smartface.authenticationConfig" . | nindent 8 }}
56+
{{- include "smartface.authenticationConfig" . | nindent 8 }}
5757
- name: "Kestrel__EndPoints__Http__Url"
5858
value: "http://0.0.0.0:{{ .Values.accessController.containerPort }}"
5959
- name: "Kestrel__EndPoints__Http__RequireAuthentication"

values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -635,14 +635,14 @@ accessController:
635635
# -- Docker image repository
636636
repository: innovatrics/smartface/sf-access-controller
637637
# -- 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"
639639
# -- Overrides the image tag with an image digest
640640
digest: null
641641
# -- Docker image pull policy
642642
pullPolicy: IfNotPresent
643643
mqttAccessNotifications:
644644
enabled: true
645-
topic: "edge-stream/{streamId}/{clientId}/access-notifications/{notificationType}"
645+
topic: "edge-stream/{sourceId}/access-notifications/{notificationType}"
646646

647647
station:
648648
enabled: false

0 commit comments

Comments
 (0)