From f46806b45819edf10f296284579cf3cf086cfb52 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 14 Feb 2026 20:41:11 -0800 Subject: [PATCH] Upgrade Frigate from 0.15.1 to 0.16.4-standard-arm64 Switches to native ARM64 image (was likely running under Rosetta/QEMU). No config breaking changes for our setup (CPU detector, no audio, no TensorRT/ROCm). Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/frigate/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/frigate/deployment.yaml b/argocd/manifests/frigate/deployment.yaml index 1a9fc39..34c50ef 100644 --- a/argocd/manifests/frigate/deployment.yaml +++ b/argocd/manifests/frigate/deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: frigate - image: ghcr.io/blakeblackshear/frigate:0.15.1 + image: ghcr.io/blakeblackshear/frigate:0.16.4-standard-arm64 ports: - containerPort: 5000 name: http