Skip to content

Commit

Permalink
Merge pull request #3969 from billimek/renovate/ghcr.io-blakeblackshe…
Browse files Browse the repository at this point in the history
…ar-frigate-0.x

feat(container): update image ghcr.io/blakeblackshear/frigate ( 0.13.2 → 0.14.0 )
  • Loading branch information
billimek authored Aug 20, 2024
2 parents 20e7926 + e60deb2 commit f46c520
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions default/frigate/frigate-configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
namespace: default
data:
config.yml: |
auth:
enabled: false
mqtt:
host: emqx.default.svc
topic_prefix: frigate
Expand Down Expand Up @@ -58,6 +61,18 @@ data:
default: 14
mode: active_objects
review:
alerts:
labels:
- person
- dog
- car
detections:
labels:
- person
- dog
- cat
snapshots:
enabled: true
timestamp: false
Expand Down Expand Up @@ -98,9 +113,6 @@ data:
- rtsp://admin:{FRIGATE_RTSP_PASSWORD}@doorbell:554/cam/realmonitor?channel=1&subtype=0&authbasic=64#backchannel=0
- "ffmpeg:doorbell_record#audio=aac"
ui:
live_mode: mse
cameras:
porch:
ffmpeg:
Expand Down
2 changes: 1 addition & 1 deletion default/frigate/frigate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
main:
image:
repository: ghcr.io/blakeblackshear/frigate
tag: 0.13.2
tag: 0.14.0
env:
TZ: America/New_York
# LIBVA_DRIVER_NAME: i965
Expand Down

0 comments on commit f46c520

Please sign in to comment.