@@ -3,7 +3,7 @@ description: Frigate is an NVR With Realtime Object Detection for IP Cameras
annotations:
title: Frigate
type: application
-version: 1.1.3
+version: 1.1.4
apiVersion: v2
appVersion: 0.12.1
kubeVersion: '>=1.16.0-0'
@@ -3,12 +3,18 @@ image:
pullPolicy: IfNotPresent
tag: 0.12.1
+tensorrtImage:
+ repository: ghcr.io/blakeblackshear/frigate
+ pullPolicy: IfNotPresent
+ tag: 0.12.1-tensorrt
+
resources:
limits:
cpu: 4000m
memory: 8Gi
frigateConfig:
+ imageSelector: image
mountUSBBus: false
additionalEnvs: []
@@ -25,6 +25,18 @@ questions:
schema:
type: dict
attrs:
+ - variable: imageSelector
+ label: Image
+ description: The image to use for Frigate.
+ schema:
+ type: string
+ default: "image"
+ required: true
+ enum:
+ - value: image
+ description: Frigate Image
+ - value: tensorrtImage
+ description: Frigate TensorRT Image
- variable: mountUSBBus
label: Mount USB Bus
description: |
@@ -10,7 +10,7 @@ workload:
frigate:
enabled: true
primary: true
- imageSelector: image
+ imageSelector: {{ .Values.frigateConfig.imageSelector | default "image" }}
securityContext:
runAsUser: 0
runAsGroup: 0