blumeops/argocd/manifests/frigate/kustomization.yaml
Erich Blume bec554110a 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>
2026-03-24 07:30:18 -07:00

29 lines
634 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: frigate
resources:
- external-secret.yaml
- pv-nfs.yaml
- pvc-recordings.yaml
- pvc-database.yaml
- deployment.yaml
- deployment-notify.yaml
- service.yaml
- ingress-tailscale.yaml
images:
- name: busybox
newTag: "1.37"
- name: ghcr.io/blakeblackshear/frigate
newTag: 0.17.1-tensorrt
- name: ghcr.io/0x2142/frigate-notify
newTag: v0.5.4
configMapGenerator:
- name: frigate-config
files:
- config.yml=frigate-config.yml
- name: frigate-notify-config
files:
- config.yml=frigate-notify-config.yml