Commit Graph

43 Commits

Author SHA1 Message Date
TrueCharts Bot f5c10e1ac8
chore(deps): update docker general non-major (#4230)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-29 13:40:07 +03:00
TrueCharts Bot 91bc0a7611
chore(deps): update docker general non-major (#4218)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-28 11:54:24 +03:00
Stavros Kois 4ed7ef3110
fix(kasm): rework (#4208) 2022-10-28 02:06:40 +03:00
Stavros Kois 6eafc24b4d
fix(meshcentral): remove maintenancemode config because if set to any value enables it (#4215) 2022-10-27 21:32:57 +03:00
Stavros Kois 4da3cec070
fix(meshcentral): try unsetting maintanancemode (#4214)
* update questions

* test maintannce
2022-10-27 20:03:56 +03:00
Stavros Kois 2bbba0ef6f
fix(meshcentral): correctly merge custom domain for scale gui (#4211)
* chore(meshcentral): put config in the default location

* remoev triger

* fix(meshcentral): correctly merge custom domain for scale gui with the default

* split secret for session key

* remove config from command

* empty lines

* update mongo

* add some questions
2022-10-27 16:51:56 +03:00
Stavros Kois eac55c22f5
fix(meshcentral): remove --cert from run command (#4205)
* fix(meshcentral): remove --cert from run command

* enable webSocketMaskOverride on agentconfig by default

* test somthing

* add another question

* remove required for testing
2022-10-27 08:41:30 +03:00
Stavros Kois c0b0ffcd74
fix(meshcentral): default to HTTP for service (#4197)
* fix(meshcentral): default to HTTP for service

* rename
2022-10-26 13:33:27 +03:00
Stavros Kois 1e16b68223
fix(meshcentral): http port and probe (#4196)
* remove debug

* fix(meshcentral): http port and probe

* auto configure probe protocol

* add note
2022-10-26 11:39:46 +03:00
TrueCharts Bot e3b5269604
chore(deps): update docker general non-major (#4189)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-26 08:43:15 +03:00
TrueCharts Bot 967bdbacef
chore(deps): update docker general non-major (#4181)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-25 09:06:43 +03:00
Stavros Kois e7f86f78b3
feat(meshcentral): BREAKING CHANGE - Rework to add support for (almost) all configuration options (#4137)
* feat(meshcentral): initial rework on supporting lot more config options

* update args

* remove init containers

* major bump

* mountpath must be unique

* print dir

* more values

* see file

* change path

* run and more values

* typo

* default is false

* no aliasport without ingress

* change entrypoint

* bash

* view

* image

* use the smaller image

* whops

* use official image. I'ts indded smaller

* hmm

* add dbname anyway

* add autobackup

* add more values

* add probes

* moooore options

* add more optiosn

* add all the values

* try rootless

* another block for update via UI

* back to rot

* prune underscored keys

* encrypt secret

* add comments

* remove todo

* update paths and app some UI

* add some more questiosn

* identation for readability

* prune empty list, comments inside define break things?

* define empty lists as []

* attempt to fix domain "" and add relayDNS

* addd more gui

* add webdav gui

* put webdav behind checkbox

* compression and tlsoffload

* rename function

* compress

* trusted proxy

* comments

* add last sync comment

* differentiate prunes in native helm and scale

* add ping, pong and agent customization

* update commetns

* fix secret

* default plugins to false

* default false plugins
2022-10-25 00:54:54 +03:00
TrueCharts Bot f8b262ce47
chore(deps): update docker general non-major (#4001)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-04 09:12:03 +03:00
TrueCharts Bot bf8019bf95
chore(deps): update docker general non-major (#3606)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-29 08:32:03 +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
TrueCharts Bot cd111d3aef
chore(deps): update docker general non-major (#3356)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* Update charts/stable/gitea/Chart.yaml

* Update charts/incubator/thunderbird/Chart.yaml

* Update charts/incubator/thunderbird/Chart.yaml

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* fix precommit

* skip [skip ci]

* trigger

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-08-02 00:05:53 +00:00
TrueCharts Bot 97d5375359
chore(deps): update docker general non-major (#3295)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 20:36:51 +02:00
TrueCharts Bot 93d2bd4bc6
chore(deps): update docker general non-major (#3128)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-07-11 11:42:12 +02:00
TrueCharts Bot 07b95435dd
chore(deps): update docker general non-major (#3106)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-09 18:27:18 +02:00
TrueCharts Bot 5f7d0829e1
chore(deps): update docker general non-major (#2960)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-25 13:56:54 +02:00
TrueCharts Bot 8126ba4407
chore(deps): update docker general non-major (#2826)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-04 23:35:14 +02:00
renovate[bot] 1b348172a2
chore(deps): update docker general non-major (#2641)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-09 09:29:00 +02:00
Stavros Kois fa0d3f179d
fix(meshcentral): fix config file generation (#2591)
* fix(meshcentral): fix config file generation

* updates

* some fixes

* some more fixes

* fixes

* whoops

* fixes

* see output

* comma

* cleanup
2022-05-01 16:43:55 +00:00
renovate[bot] 74c4859701
chore(deps): update docker general non-major (#2571)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-26 09:56:48 +00:00
Stavros Kois f4ae1ed7d6
chore(wekan, meshcentral): bump (#2558)
* chore(wekan, meshcentral): bump

* and bump mongo

* test again

* test with new mongo

* lets see now

* test agian

* bump

* bump

* comma
2022-04-25 20:44:58 +00:00
Stavros Kois 02315fbc5e
feat(wekan, meshcentral): Use mongodb with replicaset. BREAKING CHANGE (#2547)
* test mongodb with apps

* bump

* bump versions
2022-04-24 19:40:16 +03:00
Stavros Kois 67cfd1880d
chore(meshcentral): update image ref (#2533) 2022-04-22 13:27:50 +03:00
TrueCharts-Bot baffc6d766 chore(deps): update container image uldiseihenbergs/meshcentral to 1.0.1 2022-04-22 01:41:19 +00:00
Stavros Kois b1559f76f7
fix(meshcentral): BREAKING CHANGE - rewrite config generation (#2526)
* fix(meshcentral): fix

* escape

* escape more

* more

* fix

* rename vars

* update configmap and fix metadata

* cleanup configmap from ingored values

* add domain

* change persistence name

* change moutn

* try basic config

* close config file

* syntax

* whoops

* spaces?

* preview

* test install

* use a more "popular" image

* change paths

* squotes

* preview

* preview and run

* add schema

* expand var

* actually expand variables...

* cleanup

* dont cat config file
2022-04-21 13:09:07 +03:00
renovate[bot] e43e31df89
chore(deps): update docker general non-major (#2522)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-20 12:21:10 +02:00
renovate[bot] 8c349ea2d3
chore(deps): update docker general non-major (#2502)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-18 12:21:26 +03:00
renovate[bot] 37d9b33d8b
chore(deps): update docker general non-major (#2497)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-17 09:55:14 +02:00
renovate[bot] 1b2f1d7fce
chore(deps): update docker general non-major (#2494)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-16 08:31:21 +02:00
TrueCharts-Bot c42075519c chore(deps): update docker general non-major 2022-04-14 06:33:11 +00:00
renovate[bot] 53d059b69e
chore(deps): update docker general non-major (#2478)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-12 10:57:39 +02:00
renovate[bot] 3354e963ac
chore(deps): update docker general non-major (#2460)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-04-09 10:28:47 +02:00
TrueCharts-Bot 74e0c30da5 chore(deps): update docker general non-major 2022-04-08 01:58:26 +00:00
Stavros Kois fac0079fa3
chore(apps): update image refs (#2411)
* chore(apps): update image refs

* bump

* typecho

* mosdns move to stable
2022-04-03 15:03:06 +02:00
TrueCharts-Bot f2ea1cf1e5 chore(deps): update docker general non-major 2022-04-03 06:43:10 +00:00
renovate[bot] bd3958e763
chore(deps): update docker general non-major (#2383)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-02 10:14:39 +02:00
Stavros Kois a2d68eb74e
fix(meshcentral): HTTPS for main service (#2377) 2022-04-01 18:27:33 +00:00
TrueCharts-Bot bce3c8f28d chore(deps): update docker general non-major 2022-04-01 03:47:57 +00:00
sagit f1806fb0ca
feat(meshcentral): Add meshcentral (#2303)
* add-meshcentral

* add-meshcentral

* starting space in comment

* starting space in comment

* change port

* add config

* mongodb

* Update charts/incubator/meshcentral/Chart.yaml

* Update charts/incubator/meshcentral/Chart.yaml

* fix path

* Update charts/incubator/meshcentral/Chart.yaml

* indentation

* Update Chart.yaml

* Update Chart.yaml

* update

* update question

* test

* trailing-whitespace

* Update charts/incubator/meshcentral/Chart.yaml

* fix question boolean

* Update charts/incubator/meshcentral/templates/_configmap.tpl

* Update charts/incubator/meshcentral/templates/_configmap.tpl

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update charts/incubator/meshcentral/values.yaml

* Update charts/incubator/meshcentral/templates/common.yaml

* Update charts/incubator/meshcentral/templates/_configmap.tpl

* Update charts/incubator/meshcentral/values.yaml

* Apply suggestions from code review

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-03-31 19:40:09 +02:00