blumeops/argocd/manifests/frigate/kustomization.yaml
Erich Blume a9ef02a602 C0: bump frigate-notify to v0.5.4-e928054-nix (workdir fix)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 09:44:24 -07:00

29 lines
661 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: registry.ops.eblu.me/blumeops/frigate-notify
newTag: v0.5.4-e928054-nix
configMapGenerator:
- name: frigate-config
files:
- config.yml=frigate-config.yml
- name: frigate-notify-config
files:
- config.yml=frigate-notify-config.yml