We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2554d2c + dbabb72 commit 3763cf3Copy full SHA for 3763cf3
charts/frigate/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
appVersion: "0.14.1"
3
description: NVR With Realtime Object Detection for IP Cameras
4
name: frigate
5
-version: 7.7.1
+version: 7.7.2
6
keywords:
7
- tensorflow
8
- coral
charts/frigate/templates/deployment.yaml
@@ -49,7 +49,7 @@ spec:
49
- mountPath: /config
50
name: config
51
command: [ "cp" ]
52
- args: [ "-v", "/config.yml", "/config/config.yaml" ]
+ args: [ "-v", "/config.yml", "/config/config.yml" ]
53
{{- end }}
54
55
containers:
0 commit comments