From 45d849f99b3bbc886191c1705237bcf72e8c667f Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 17 Feb 2026 16:41:50 -0800 Subject: [PATCH 1/3] =?UTF-8?q?Upgrade=20Frigate=200.16.4=20=E2=86=92=200.?= =?UTF-8?q?17.0-rc2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prerequisite for Apple Silicon ZMQ detector. Adapts record config to 0.17 schema (retain.days/mode → continuous.days). Detector and camera config unchanged — validate upgrade before switching backend. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/frigate/configmap.yaml | 3 +-- argocd/manifests/frigate/deployment.yaml | 2 +- docs/changelog.d/upgrade-frigate-0.17.infra.md | 1 + docs/reference/services/frigate.md | 2 +- service-versions.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 docs/changelog.d/upgrade-frigate-0.17.infra.md diff --git a/argocd/manifests/frigate/configmap.yaml b/argocd/manifests/frigate/configmap.yaml index 96bfce7..5cfa988 100644 --- a/argocd/manifests/frigate/configmap.yaml +++ b/argocd/manifests/frigate/configmap.yaml @@ -65,9 +65,8 @@ data: record: enabled: true - retain: + continuous: days: 3 - mode: all alerts: retain: days: 30 diff --git a/argocd/manifests/frigate/deployment.yaml b/argocd/manifests/frigate/deployment.yaml index 9310a50..afe11fb 100644 --- a/argocd/manifests/frigate/deployment.yaml +++ b/argocd/manifests/frigate/deployment.yaml @@ -25,7 +25,7 @@ spec: mountPath: /config containers: - name: frigate - image: ghcr.io/blakeblackshear/frigate:0.16.4-standard-arm64 + image: ghcr.io/blakeblackshear/frigate:0.17.0-rc2-standard-arm64 ports: - containerPort: 5000 name: http diff --git a/docs/changelog.d/upgrade-frigate-0.17.infra.md b/docs/changelog.d/upgrade-frigate-0.17.infra.md new file mode 100644 index 0000000..ff33707 --- /dev/null +++ b/docs/changelog.d/upgrade-frigate-0.17.infra.md @@ -0,0 +1 @@ +Upgrade Frigate NVR from 0.16.4 to 0.17.0-rc2 (prerequisite for Apple Silicon ZMQ detector) diff --git a/docs/reference/services/frigate.md b/docs/reference/services/frigate.md index 27d4d09..074b69b 100644 --- a/docs/reference/services/frigate.md +++ b/docs/reference/services/frigate.md @@ -17,7 +17,7 @@ Open-source network video recorder (NVR) with object detection. Runs cloud-free | **URL** | https://nvr.ops.eblu.me | | **Tailscale URL** | https://nvr.tail8d86e.ts.net | | **Namespace** | `frigate` | -| **Image** | `ghcr.io/blakeblackshear/frigate:0.16.4-standard-arm64` | +| **Image** | `ghcr.io/blakeblackshear/frigate:0.17.0-rc2-standard-arm64` | | **Upstream** | https://github.com/blakeblackshear/frigate | | **Manifests** | `argocd/manifests/frigate/` | diff --git a/service-versions.yaml b/service-versions.yaml index 4d5499e..18bd274 100644 --- a/service-versions.yaml +++ b/service-versions.yaml @@ -54,7 +54,7 @@ services: - name: frigate type: argocd last-reviewed: 2026-02-16 - current-version: "0.16.4" + current-version: "0.17.0-rc2" upstream-source: https://github.com/blakeblackshear/frigate/releases - name: frigate-notify -- 2.50.1 (Apple Git-155) From 637b0b565175028c9fb43e33d2c803b5c9d6914f Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 17 Feb 2026 16:43:46 -0800 Subject: [PATCH 2/3] Update Frigate motion masks and zone coordinates Pull adjusted mask/zone definitions from live Frigate config. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/frigate/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/manifests/frigate/configmap.yaml b/argocd/manifests/frigate/configmap.yaml index 5cfa988..570f935 100644 --- a/argocd/manifests/frigate/configmap.yaml +++ b/argocd/manifests/frigate/configmap.yaml @@ -37,10 +37,10 @@ data: motion: mask: - 0.401,0.026,0.4,0.078,0.587,0.072,0.585,0.02 - - 0.881,0.422,0.79,0.233,0.593,0.038,0.553,0,0.634,0,0.824,0.192,0.892,0.307 + - 0.881,0.422,0.789,0.245,0.595,0.054,0.531,0,0.634,0,0.824,0.192,0.892,0.307 zones: driveway_entrance: - coordinates: 0.85,0.366,0.781,0.35,0.734,0.222,0.795,0.255 + coordinates: 0.85,0.366,0.735,0.344,0.681,0.2,0.795,0.255 objects: [car, dog, person] review: alerts: -- 2.50.1 (Apple Git-155) From 1efff6a65f12e9141b4cc8455fbf27682f39ce44 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 17 Feb 2026 16:56:03 -0800 Subject: [PATCH 3/3] Update frigate last-reviewed date to 2026-02-17 Co-Authored-By: Claude Opus 4.6 --- service-versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-versions.yaml b/service-versions.yaml index 18bd274..dc102e9 100644 --- a/service-versions.yaml +++ b/service-versions.yaml @@ -53,7 +53,7 @@ services: - name: frigate type: argocd - last-reviewed: 2026-02-16 + last-reviewed: 2026-02-17 current-version: "0.17.0-rc2" upstream-source: https://github.com/blakeblackshear/frigate/releases -- 2.50.1 (Apple Git-155)