Upgrade Frigate 0.16.4 → 0.17.0-rc2
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 <noreply@anthropic.com>
This commit is contained in:
parent
acd213559e
commit
45d849f99b
5 changed files with 5 additions and 5 deletions
|
|
@ -65,9 +65,8 @@ data:
|
|||
|
||||
record:
|
||||
enabled: true
|
||||
retain:
|
||||
continuous:
|
||||
days: 3
|
||||
mode: all
|
||||
alerts:
|
||||
retain:
|
||||
days: 30
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
1
docs/changelog.d/upgrade-frigate-0.17.infra.md
Normal file
1
docs/changelog.d/upgrade-frigate-0.17.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Upgrade Frigate NVR from 0.16.4 to 0.17.0-rc2 (prerequisite for Apple Silicon ZMQ detector)
|
||||
|
|
@ -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/` |
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue