Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-11-20 13:48:28 +00:00
parent 68d0a701ef
commit a6c9a181ff
12 changed files with 24 additions and 16 deletions

View File

@ -1,9 +0,0 @@
## [frigate-5.0.2](https://github.com/truecharts/charts/compare/frigate-5.0.1...frigate-5.0.2) (2022-11-17)
### Fix
- fix config.yml small formatting and typos ([#4472](https://github.com/truecharts/charts/issues/4472))

View File

@ -24,7 +24,7 @@ sources:
- https://github.com/blakeblackshear/frigate - https://github.com/blakeblackshear/frigate
- https://hub.docker.com/r/blakeblackshear/frigate - https://hub.docker.com/r/blakeblackshear/frigate
type: application type: application
version: 5.0.2 version: 5.0.3
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- nvr - nvr

View File

@ -0,0 +1,9 @@
## [frigate-5.0.3](https://github.com/truecharts/charts/compare/frigate-5.0.2...frigate-5.0.3) (2022-11-20)
### Fix
- fix small issues in configmap and questions ([#4635](https://github.com/truecharts/charts/issues/4635))

View File

@ -619,6 +619,12 @@ questions:
schema: schema:
type: int type: int
"null": true "null": true
- variable: max_ratio
label: Max Ratio
description: Maximum width/height of the bounding box for the detected object
schema:
type: int
"null": true
- variable: min_score - variable: min_score
label: Min Score label: Min Score
description: Minimum score for the object to initiate tracking description: Minimum score for the object to initiate tracking
@ -710,8 +716,8 @@ questions:
schema: schema:
type: string type: string
default: "" default: ""
- variable: mask - variable: improve_contrast
label: Mask label: Improve Contrast
description: Improve contrast. Enables dynamic contrast improvement. This should help improve night detections at the cost of making motion detection more sensitive for daytime. description: Improve contrast. Enables dynamic contrast improvement. This should help improve night detections at the cost of making motion detection more sensitive for daytime.
schema: schema:
type: boolean type: boolean

View File

@ -50,7 +50,7 @@ data:
path: {{ . }} path: {{ . }}
{{- end }} {{- end }}
{{- with .Values.frigate.model.labelmap_path }} {{- with .Values.frigate.model.labelmap_path }}
path: {{ . }} labelmap_path: {{ . }}
{{- end }} {{- end }}
width: {{ .Values.frigate.model.width | default 320 }} width: {{ .Values.frigate.model.width | default 320 }}
height: {{ .Values.frigate.model.height | default 320 }} height: {{ .Values.frigate.model.height | default 320 }}
@ -99,7 +99,7 @@ data:
detect: detect:
enabled: {{ ternary "True" "False" .Values.frigate.detect.enabled }} enabled: {{ ternary "True" "False" .Values.frigate.detect.enabled }}
width: {{ .Values.frigate.detect.width | default 1280 }} width: {{ .Values.frigate.detect.width | default 1280 }}
width: {{ .Values.frigate.detect.height | default 720 }} height: {{ .Values.frigate.detect.height | default 720 }}
fps: {{ .Values.frigate.detect.fps | default 5 }} fps: {{ .Values.frigate.detect.fps | default 5 }}
max_disappeared: {{ .Values.frigate.detect.max_disappeared | default 25 }} max_disappeared: {{ .Values.frigate.detect.max_disappeared | default 25 }}
stationary: stationary:
@ -248,7 +248,7 @@ data:
{{- if .Values.frigate.live.render_config }} {{- if .Values.frigate.live.render_config }}
live: live:
height: {{ .Values.frigate.live.height | default 720 }} height: {{ .Values.frigate.live.height | default 720 }}
quality: {{ .Values.frigate.live.height | default 8 }} quality: {{ .Values.frigate.live.quality | default 8 }}
{{- end }} {{- end }}
{{- if .Values.frigate.timestamp_style.render_config }} {{- if .Values.frigate.timestamp_style.render_config }}
@ -260,7 +260,9 @@ data:
green: {{ .Values.frigate.timestamp_style.color.green | default 255 }} green: {{ .Values.frigate.timestamp_style.color.green | default 255 }}
blue: {{ .Values.frigate.timestamp_style.color.blue | default 255 }} blue: {{ .Values.frigate.timestamp_style.color.blue | default 255 }}
thickness: {{ .Values.frigate.timestamp_style.thickness | default 2 }} thickness: {{ .Values.frigate.timestamp_style.thickness | default 2 }}
effect: {{ .Values.frigate.timestamp_style.effect | default "None" }} {{- if ne .Values.frigate.timestamp_style.effect "None" }}
effect: {{ .Values.frigate.timestamp_style.effect }}
{{- end }}
{{- end }} {{- end }}
cameras: cameras: