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>
29 lines
634 B
YAML
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
|