Upgrade frigate-notify from v0.3.5 to v0.5.4
Service review: no breaking changes for MQTT+ntfy config. Notable additions: high-res snapshots, MQTT fixes, env var parsing fixes. Also enable webapi so frigate-notify can fetch snapshots — all events were being dropped with "No snapshot or clip available". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a5429d5a34
commit
9982d091bb
4 changed files with 5 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ data:
|
|||
public_url: https://nvr.ops.eblu.me
|
||||
|
||||
webapi:
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
mqtt:
|
||||
enabled: true
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: frigate-notify
|
||||
image: ghcr.io/0x2142/frigate-notify:v0.3.5
|
||||
image: ghcr.io/0x2142/frigate-notify:v0.5.4
|
||||
env:
|
||||
- name: TZ
|
||||
value: America/Los_Angeles
|
||||
|
|
|
|||
1
docs/changelog.d/review-frigate-notify-v0.5.4.infra.md
Normal file
1
docs/changelog.d/review-frigate-notify-v0.5.4.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Upgrade frigate-notify from v0.3.5 to v0.5.4
|
||||
|
|
@ -66,8 +66,8 @@ services:
|
|||
|
||||
- name: frigate-notify
|
||||
type: argocd
|
||||
last-reviewed: null
|
||||
current-version: null
|
||||
last-reviewed: 2026-02-22
|
||||
current-version: "v0.5.4"
|
||||
upstream-source: https://github.com/0x2142/frigate-notify/releases
|
||||
|
||||
- name: alloy-k8s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue