Upgrade frigate-notify from v0.3.5 to v0.5.4 (#241)
## Summary - Service review: upgrade frigate-notify from v0.3.5 to v0.5.4 - No breaking changes for current MQTT + ntfy config - Notable additions: high-res snapshots, MQTT topic parsing fixes, env var parsing fixes ## Deployment and Testing - [ ] Sync frigate app on ringtail: `argocd app set frigate --revision review/frigate-notify-v0.5.4 && argocd app sync frigate` - [ ] Verify pod starts cleanly: `kubectl --context=k3s-ringtail -n frigate get pods` - [ ] Trigger a test alert (motion event) and confirm ntfy notification arrives - [ ] After merge: `argocd app set frigate --revision main && argocd app sync frigate` Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/241
This commit is contained in:
parent
a5429d5a34
commit
7dcab826fa
4 changed files with 5 additions and 4 deletions
|
|
@ -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