Publish new changes in catalog

This commit is contained in:
sonicaj
2023-12-03 19:59:43 +00:00
parent e703ecbac3
commit f6c590fd5a
17 changed files with 20 additions and 2 deletions

View File

@@ -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'

View File

@@ -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: []

View File

@@ -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: |

View File

@@ -10,7 +10,7 @@ workload:
frigate:
enabled: true
primary: true
imageSelector: image
imageSelector: {{ .Values.frigateConfig.imageSelector | default "image" }}
securityContext:
runAsUser: 0
runAsGroup: 0