Upgrade Frigate 0.17.0-rc2 → 0.17.1, add motion retention tier
Bump from RC to latest stable (security fixes for config endpoint and cross-camera auth). Add new 0.17 motion retention tier at 365 days, reduce continuous from 180 to 30 days. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b96b4dad47
commit
bec554110a
4 changed files with 7 additions and 4 deletions
|
|
@ -70,7 +70,9 @@ model:
|
|||
record:
|
||||
enabled: true
|
||||
continuous:
|
||||
days: 180
|
||||
days: 30
|
||||
motion:
|
||||
days: 365
|
||||
alerts:
|
||||
retain:
|
||||
days: 730
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ images:
|
|||
- name: busybox
|
||||
newTag: "1.37"
|
||||
- name: ghcr.io/blakeblackshear/frigate
|
||||
newTag: 0.17.0-rc2-tensorrt
|
||||
newTag: 0.17.1-tensorrt
|
||||
- name: ghcr.io/0x2142/frigate-notify
|
||||
newTag: v0.5.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue