diff --git a/argocd/manifests/frigate/frigate-config.yml b/argocd/manifests/frigate/frigate-config.yml index a697d2a..35f7ccd 100644 --- a/argocd/manifests/frigate/frigate-config.yml +++ b/argocd/manifests/frigate/frigate-config.yml @@ -70,7 +70,9 @@ model: record: enabled: true continuous: - days: 180 + days: 30 + motion: + days: 365 alerts: retain: days: 730 diff --git a/argocd/manifests/frigate/kustomization.yaml b/argocd/manifests/frigate/kustomization.yaml index ac6079c..b424bd0 100644 --- a/argocd/manifests/frigate/kustomization.yaml +++ b/argocd/manifests/frigate/kustomization.yaml @@ -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 diff --git a/docs/changelog.d/+frigate-0.17.1.infra.md b/docs/changelog.d/+frigate-0.17.1.infra.md new file mode 100644 index 0000000..8d2025b --- /dev/null +++ b/docs/changelog.d/+frigate-0.17.1.infra.md @@ -0,0 +1 @@ +Upgrade Frigate from 0.17.0-rc2 to 0.17.1 (security fixes, bugfixes). Add motion retention tier (365 days), reduce continuous retention from 180 to 30 days. diff --git a/service-versions.yaml b/service-versions.yaml index 28013bc..2711b32 100644 --- a/service-versions.yaml +++ b/service-versions.yaml @@ -53,8 +53,8 @@ services: - name: frigate type: argocd - last-reviewed: 2026-02-17 - current-version: "0.17.0-rc2" + last-reviewed: 2026-03-24 + current-version: "0.17.1" upstream-source: https://github.com/blakeblackshear/frigate/releases - name: frigate-notify