Commit Graph

11 Commits

Author SHA1 Message Date
mgale456 72ca65cae6
WIP feat(frigate): BREAKING-CHANGE Restructure configuration and add per camera config (#5412)
* remove defaults from ffmpeg

* add required to questions for Model

* update detect section for defaults and requireds

* fix defaults for birdseye

* fix defaults and requireds for Motion

* fix defaults and requireds for Record

* fix defaults and requireds for Snapshots

* fix defaults in Live

* fix defaults and requireds for Timestamp_Style

* bump version

* add missing end tag for record>events

* add "" values for enum questions

* remove hardcoded defaults in values.yaml

* fix lint error. Add space at beginning of comment

* lint error. Including mqtt host

* try to fix lint. Blank out fields in values.yaml

* Put integer defaults back in the questions

* revert values.yaml to have defaults

* Clarify names of nested render_config questions

* sparse mqtt

* detectors

* model

* logger

* birdseye

* ff

* detect

* objects

* motion

* record

* rtmp and live

* cameras

* cameras

* pipe

* fix ffmepg

* update questions

* clear args

* split few things

* obj

* moree

* timstamp

* snapshots

* split more

* fix sytnax highlighting

* fix questions

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-01-21 14:02:26 +02:00
Stavros Kois 9e7efaa0bf
fix(frigate): quote all floats in values.yaml. because questions.yaml schema fails to validate when applying empty value (#5204) 2022-12-08 07:53:08 +00:00
Stavros Kois 8a9310a9e3
fix(frigate): fix some truthy values 2022-11-14 15:54:24 +02:00
Stavros Kois 6ac1219e30
feat(frigate): initial rework (#4408)
* feat(frigate): initial rework

* some comment cleanup

* add mqtt

* update storage

* add some UI

* add ffmpeg

* more

* switch to custom defined configmap...

* add models

* add logger

* add birdseye

* add ffmpeg

* fix UI

* add detect

* remove values

* add ojbect

* add motion

* no default for some ints

* add record

* floats can't be strings ?>!

* make confmap content a string

* add snapshot and rtmp

* add timestamp style

* finito

* port

* stringify

* stringify

* precommit

* add some required values for CI

* emty lines

* hmm

* fix lint

* don't install frigate on ci
2022-11-14 01:19:55 +02:00
Stavros Kois 9056d3c8f7
fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00
Stavros Kois ac9cc7f736
chore(questions): replace questions parts with templates (#3402)
* chore(questions): replace port parts with templates

* chore(questions): replace controller parts with templates

* remove tons of whitespce

* remove quotes from strings on templates

* make complete controller an include

* default to recreate

* remove replica and strategies as it's covered from controllerStrtegies include

* remove whitespace again

* replace controllertype with include (deployment/daemonset/statefulset)

* replace advanced port part except targetport

* remove more quotes

* add hidden toggle of enable the port

* new includes

* update build script

* controller deploy/stateful/deamon template changes

* replace controllerStrategies with replicas, replica#, strategy, recreate

* move 2 templates into a subfolder

* remove quotes

* remove disabled portals from questions and defined them on values

* remove enabled portal from the questions and add it on values

* one more app

* Portal cleanup

* remove portal templates

* add more includes

* replace portal links

* move some templates in folders

* replace ingressRoot with template

* more grouping

* replace persistenceroot with template

* replace serviceExpertRoot

* replace serviceroot

* fix a rogue one

* vctRoot

* securityContext cleanup

* remove quotes from templates on string

* replace vctRoot

* replace advanedSecurityRoot

* replace podsecurity root

* Update .github/scripts/build-catalog.sh

* Update values.yaml

* remove dupe portal

* update build-release script

* fix paths

* fix apps with imageSelector

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 23:25:02 +02:00
Stavros Kois 901a7d26ba
chore(apps): update image refs (#3324) 2022-07-27 19:38:09 +03:00
Kjeld Schouten-Lebbing 5529c2a3af
refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00
kjeld Schouten-Lebbing f7c5dac8b2
chore(Apps): remove PUID from per-app env-vars if set to 568 2022-03-03 12:22:39 +01:00
Stavros Kois 30df7291d5
fix(apps): map ingress to correct service (#1929) 2022-02-22 11:26:15 +01:00
Bob Klosinski 1d3c081892
feat(frigate): Add Frigate (#1639)
* add frigate

* lint

* change chart.yaml to match package

* add media directory

* start migrating to questions

* add more cam params

* update chart ver

* Apply suggestions from code review

* Delete .gitattributes

* Delete CHANGELOG.md

* Delete CONFIG.md

* Delete helm-values.md

* Delete security.md

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-01-13 18:24:00 +01:00