Skip to content

Commit dbabb72

Browse files
committed
fixes #82
bump frigate chart version to 7.7.2 and fix config file path in deployment Signed-off-by: billimek <[email protected]>
1 parent 2554d2c commit dbabb72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/frigate/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: "0.14.1"
33
description: NVR With Realtime Object Detection for IP Cameras
44
name: frigate
5-
version: 7.7.1
5+
version: 7.7.2
66
keywords:
77
- tensorflow
88
- coral

charts/frigate/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
- mountPath: /config
5050
name: config
5151
command: [ "cp" ]
52-
args: [ "-v", "/config.yml", "/config/config.yaml" ]
52+
args: [ "-v", "/config.yml", "/config/config.yml" ]
5353
{{- end }}
5454
{{- end }}
5555
containers:

0 commit comments

Comments
 (0)