From 41d882f186a3d3a3ab4a44466999ca48666ea671 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 06:17:21 +0000 Subject: [PATCH 1/2] =?UTF-8?q?feat(container):=20update=20image=20ghcr.io?= =?UTF-8?q?/blakeblackshear/frigate=20(=200.13.2=20=E2=86=92=200.14.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------------------------- | ------ | ------ | | docker | ghcr.io/blakeblackshear/frigate | 0.13.2 | 0.14.0 | Signed-off-by: Jeff Billimek --- default/frigate/frigate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/frigate/frigate.yaml b/default/frigate/frigate.yaml index 1a6c7c1f1bd..7e5fee2c8d6 100644 --- a/default/frigate/frigate.yaml +++ b/default/frigate/frigate.yaml @@ -32,7 +32,7 @@ spec: main: image: repository: ghcr.io/blakeblackshear/frigate - tag: 0.13.2 + tag: 0.14.0 env: TZ: America/New_York # LIBVA_DRIVER_NAME: i965 From e60deb244e59102aa1cc078d5ab0ca66af088541 Mon Sep 17 00:00:00 2001 From: billimek Date: Tue, 20 Aug 2024 08:38:00 -0400 Subject: [PATCH 2/2] feat: add review labels for alerts and detections Add labels for person, dog, car to alerts and person, dog, cat to detections. This will help categorize and filter different objects in reviews and detections more effectively. --- default/frigate/frigate-configmap.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/default/frigate/frigate-configmap.yml b/default/frigate/frigate-configmap.yml index 5b08bbdb85b..a4efce306a3 100644 --- a/default/frigate/frigate-configmap.yml +++ b/default/frigate/frigate-configmap.yml @@ -5,6 +5,9 @@ metadata: namespace: default data: config.yml: | + auth: + enabled: false + mqtt: host: emqx.default.svc topic_prefix: frigate @@ -58,6 +61,18 @@ data: default: 14 mode: active_objects + review: + alerts: + labels: + - person + - dog + - car + detections: + labels: + - person + - dog + - cat + snapshots: enabled: true timestamp: false @@ -98,9 +113,6 @@ data: - rtsp://admin:{FRIGATE_RTSP_PASSWORD}@doorbell:554/cam/realmonitor?channel=1&subtype=0&authbasic=64#backchannel=0 - "ffmpeg:doorbell_record#audio=aac" - ui: - live_mode: mse - cameras: porch: ffmpeg: