Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2382,10 +2382,10 @@
"healthy_error": null,
"home": "https://github.com/blakeblackshear/frigate",
"location": "/__w/charts/charts/community/frigate",
"latest_version": "1.2.9",
"latest_app_version": "0.15.0",
"latest_human_version": "0.15.0_1.2.9",
"last_update": "2025-03-06 08:26:26",
"latest_version": "1.2.10",
"latest_app_version": "0.16.0",
"latest_human_version": "0.16.0_1.2.10",
"last_update": "2025-08-22 08:26:26",
"name": "frigate",
"recommended": false,
"title": "Frigate",
Expand All @@ -2406,7 +2406,7 @@
"https://media.sys.truenas.net/apps/frigate/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/frigate",
"https://github.com/randriese/charts/tree/master/library/ix-dev/community/frigate",
"https://github.com/blakeblackshear/frigate"
],
"icon_url": "https://media.sys.truenas.net/apps/frigate/icons/icon.svg"
Expand Down Expand Up @@ -4388,4 +4388,4 @@
"icon_url": "https://media.sys.truenas.net/apps/mineos/icons/icon.png"
}
}
}
}
4 changes: 2 additions & 2 deletions library/ix-dev/community/frigate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: Frigate is an NVR With Realtime Object Detection for IP Cameras
annotations:
title: Frigate
type: application
version: 1.2.9
version: 1.2.10
apiVersion: v2
appVersion: 0.15.0
appVersion: 0.16.0
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
4 changes: 2 additions & 2 deletions library/ix-dev/community/frigate/values.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
image:
repository: ghcr.io/blakeblackshear/frigate
pullPolicy: IfNotPresent
tag: 0.15.0
tag: 0.16.0

tensorrtImage:
repository: ghcr.io/blakeblackshear/frigate
pullPolicy: IfNotPresent
tag: 0.15.0-tensorrt
tag: 0.16.0-tensorrt

resources:
limits:
Expand Down