Commit Graph

27 Commits

Author SHA1 Message Date
Kjeld Schouten-Lebbing 8cb036ac17 fix: fix mistakes on questions.yaml 2023-05-22 12:24:12 +02:00
Kjeld Schouten-Lebbing 893b55dc56 update security context questions 2023-03-01 09:30:36 +01:00
Kjeld Schouten-Lebbing 3c471071cc adapt workload and container questions for all apps 2023-03-01 08:55:51 +01:00
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
mgale456 6a1026983c
fix(frigate): fix detectors question list (#4705)
* add dict under list for detectors

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>

* fix typo. change enabled to render_config

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>

* bump version

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>
2022-11-22 09:07:22 +02:00
mgale456 5784a5995b
fix(frigate): clean up small things in questions.yaml (#4661)
* change birdseye rendering default to false

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>

* make max_frames default not a required question

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>

* fix handling of decimal values

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>

* add filters questions under camera zones

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>

* bump version

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>

* indent mask and filters underneath objects

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>

* Update charts/incubator/frigate/questions.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Apply suggestions from code review

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-11-21 10:48:06 +01:00
mgale456 1c9a15f35a
fix(frigate): fix small issues in configmap and questions (#4635)
* typos in configmap and fix effect default

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>

* add max_ratio question

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>

* fix name for improve_contrast variable

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>

* bump version

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>

Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>
2022-11-20 15:44:40 +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
Kjeld Schouten-Lebbing 668157c363
feat(apps): readd ingressList to all Apps that already have Ingress itself 2022-11-11 19:09:57 +01:00
Stavros Kois 9559a83515
questions.yaml cleanup (#4377)
* remove non-existent include

* remove empty lines
2022-11-11 17:23:09 +01:00
Kjeld Schouten-Lebbing f4fb8943e1
fix(apps): remove removed includes 2022-11-11 09:54:44 +01:00
Kjeld Schouten-Lebbing 800312b295
fix(apps): remove references to targetPort 2022-11-11 09:49:15 +01:00
Stavros Kois f961cff814
chore(apps): split addons in smaller templates (#3979)
* split addons in smaller templates

* replace includes in files

* remove empty line
2022-10-02 00:39:52 +03:00
Kjeld Schouten-Lebbing 7be0dcbe6d
chore(Apps): refactor Services SCALE GUI 2022-09-19 00:17:23 +02:00
Stavros Kois 6c68a6c013
chore(questions): split serviceSelector (#3751)
* chore(questions): split serviceSelector

* replace questions with the new templates
2022-09-15 00:27:12 +03:00
Kjeld Schouten-Lebbing c5b2f8f13f
chore(charts): add documentation checkbox/section to all SCALE Apps 2022-08-12 13:15:27 +02:00
Stavros Kois 16fbffb961
fix(templates): move extraArgs from .Values.controller to .Values (#3447)
* fix(templates): move extraArgs from .Values.controller to .Values

* update questions

* whoops

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-12 10:40:46 +02: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 190a581354
chore(apps): remove UI leftovers (#2914) 2022-06-16 17:40:35 +03:00
Kjeld Schouten-Lebbing e4911cf0b1
chore(charts): sync all apps persistence configuration and always default to PVC 2022-06-05 17:07:34 +02:00
Stavros Kois fbfdba8c05
chore(apps): add missing quote on description (#2515) 2022-04-20 09:35:54 +02:00
kjeld Schouten-Lebbing 22750e5f4f
chore(apps): remove empty env var declaration from questions.yaml 2022-03-03 18:00:30 +01:00
kjeld Schouten-Lebbing 8f1c3514d2
chore(Apps): remove fixed env from questions.yaml 2022-03-03 17:47:57 +01:00
Kjeld Schouten-Lebbing 4c5c3e5197
fix(Apps): BREAKING CHANGE Move some env-vars outside of env section (#2010)
* set TZ, PUID and UMASK differently

* more fixes

* this might be breaking so bump major

* ensure PUID and UMASK references are updated

* update test

* fiz references
2022-03-03 15:04:31 +01:00
Stavros Kois 33275c3883
chore(apps): rename `web_portal` to `open` (#1957) 2022-02-24 19:15:06 +01:00
Kjeld Schouten-Lebbing a571f0d1eb
fix(apps): set additional_attrs: true on all dicts (#1750)
* fix(docs): update the backup and restore guide

* fix(apps): set additional_attrs: true on all dicts

* even more
2022-01-21 01:35:59 +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