From a5ebd097491eda0ca1714a2526ee0fdd86f6d240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85slund?= Date: Thu, 21 Nov 2024 09:37:39 +0100 Subject: [PATCH] Better defaults (actually failed to parse analytics config) --- charts/boxer/Chart.yaml | 2 +- charts/values.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/boxer/Chart.yaml b/charts/boxer/Chart.yaml index 7d08bd2..8b8c334 100644 --- a/charts/boxer/Chart.yaml +++ b/charts/boxer/Chart.yaml @@ -3,7 +3,7 @@ name: boxer description: A Helm chart for Boxer Property type: application -version: 0.0.2 +version: 0.0.3 appVersion: "1.0.0" dependencies: diff --git a/charts/values.yaml b/charts/values.yaml index 403a7fc..12ff580 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -2,6 +2,8 @@ triton: models: - name: rtdetr image: us-docker.pkg.dev/teknoir/gcr.io/rtdetr-triton:latest + - name: up_down_classifier + image: us-docker.pkg.dev/teknoir/gcr.io/up-down-classifier-triton:latest nvr: defaults: @@ -12,4 +14,8 @@ nvr: config: | [property] enable=0 + config-width=1920 + config-height=1080 + osd-mode=0 + display-font-size=25 instances: [] \ No newline at end of file