Commit Graph

2435 Commits

Author SHA1 Message Date
Stavros Kois a7b3ce0e23 fix: make sure podSecurityContext is included in both SCALE and Helm installs (#956)
* remove strategy

* move runAsNonRoot to securityContext

* Add podSecurityContext and securityContext to values pt1

* Add podSecurityContext and securityContext to values pt2

* Add podSecurityContext and securityContext to values pt3

* Add podSecurityContext and securityContext to values pt4

* Add podSecurityContext and securityContext to values pt5

* fix empty lines

* Remove secCont from NC - values

* fixPermissions for some apps

* on apps with perm prob, set fsGroup to 0 also
2021-09-10 20:10:04 +02:00
kjeld Schouten-Lebbing 20bacc444e add start of commands cheatsheet 2021-09-10 18:44:28 +02:00
TrueCharts-Bot b622dd735e Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-10 15:07:56 +00:00
kjeld Schouten-Lebbing 7015791dac feat: Move some common containers to our own containers 2021-09-10 17:05:36 +02:00
TrueCharts-Bot 75f852563b Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-10 14:59:15 +00:00
Kjeld Schouten-Lebbing 00e9bd819f refactor: change image layout to enable renovate updates of sidecarts (#955)
* some cleanup for common (+6 squashed commit)

Squashed commit:

[43a501de8] bump sogo

[62c009b63] some tryouts

[6840fafdb] try to fix rendering of new format

[003d3c81b] move seperate apps to new format and fix mistake in common

[752ae2c68] more work on the image refactor

[edfc28533] refactor common images

* sogo scale differently

* slight release build fix

* fix issues with release script and multiple tags
2021-09-10 16:57:08 +02:00
TrueCharts-Bot fe3af5e130 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-10 14:00:40 +00:00
kjeld Schouten-Lebbing 9ebd1111ea fix: repair wrong initcontainer format on nextcloud 2021-09-10 15:56:58 +02:00
TrueCharts-Bot df3bdb11cc Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-10 13:46:52 +00:00
kjeld Schouten-Lebbing d144cb38d8 fix: update common to ensure initcontainer can always be run as root 2021-09-10 15:43:02 +02:00
TrueCharts-Bot 9bb6f4af88 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-10 13:37:54 +00:00
Kjeld Schouten-Lebbing 982297ec17 fix: move runAsNonRoot to container securityContext to allow root sidecarts (#954)
* fix: move runAsNonRoot to container securityContext to prevent sidecarts from being affected

* also bump some versions...

* also override some of the problematic settings in common.yaml

* whoops
2021-09-10 15:26:10 +02:00
kjeld Schouten-Lebbing 9db96fe986 Dont run crlf remover on all PC's 2021-09-10 14:50:28 +02:00
Kjeld Schouten-Lebbing 3c8418b803 feat: have VPN use a hostPath for the configfile instead of configmap (#953)
* feat: have VPN use a hostPath for the configfile instead of configmap

* whoopsies

* fix some tests and actually append configFile mount to persistence

* addon -> addons
2021-09-10 14:07:50 +02:00
kjeld Schouten-Lebbing 76d1d303fd Move containers to seperate repository 2021-09-10 12:09:01 +02:00
TrueCharts-Bot ea9f4e7a6b Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-09 20:22:19 +00:00
Kjeld Schouten-Lebbing 7fb7ec972d chore: update Apps containing initcontainers -not breaking on SCALE- (#952)
* chore: update Apps containing initcontainers  -not breaking on SCALE-

* correct versioning a bit
2021-09-09 22:18:30 +02:00
TrueCharts-Bot 9b5e1f3287 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-09 20:08:28 +00:00
kjeld Schouten-Lebbing f7cceaf3d1 chore: fix postgresql version 2021-09-09 22:05:45 +02:00
TrueCharts-Bot a3dd0c0a97 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-09 20:00:33 +00:00
Kjeld Schouten-Lebbing 130ba00d67 chore: update postrgresql to common 7.0.0 (#951) 2021-09-09 21:58:43 +02:00
TrueCharts-Bot 0f1e62c6f1 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-09 19:50:32 +00:00
Kjeld Schouten-Lebbing e0e0a4a2f2 refactor: Restructure common init and additional container layout to dicts (#950)
* refactor: Restructure common init and additional container layout to dicts

BREAKING CHANGE
2021-09-09 21:48:43 +02:00
TrueCharts-Bot 66da4ab46c Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-09 18:57:08 +00:00
Kjeld Schouten-Lebbing 5cb0b239e0 Feat: port addons from k8s-at-home to common (#948)
* Feat: port addons from k8s-at-home to common

* use an older version of upstream
2021-09-09 20:55:33 +02:00
TrueCharts-Bot eec671de22 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-09 18:43:22 +00:00
kjeld Schouten-Lebbing f8591d09f9 bump common after testsuit updates 2021-09-09 20:41:23 +02:00
Kjeld Schouten-Lebbing 9d218b36f4 chore: update common test dependencies (#949) 2021-09-09 20:39:33 +02:00
TrueCharts-Bot 07dd78b2a7 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-09 15:24:34 +00:00
Kjeld Schouten-Lebbing 6a6dc7e71a fix: correct unifi port names to be unique (#947) 2021-09-09 17:22:37 +02:00
Kjeld Schouten-Lebbing 75e54e76a0 fix: Inject vaultwarden websocket part into ingress (#946) 2021-09-09 17:15:46 +02:00
Kjeld Schouten-Lebbing 1459dfd92c fix: correct fireflyiii ports and services (#945) 2021-09-09 17:14:19 +02:00
Stavros Kois d6d4aafcd8 Add validation doc (#937)
* Add validation doc

* Restructure

* Cleanup
2021-09-09 17:12:30 +02:00
kjeld Schouten-Lebbing 0abec7fba2 fix: done use podSecurityContext for ownCast
fixes: #944
2021-09-09 17:09:07 +02:00
TrueCharts-Bot 3cba4a676a Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-09 12:22:00 +00:00
Kjeld Schouten-Lebbing cc1cde7fdc fix: ensure supplementalgroups when using devices are actually added (#942) 2021-09-09 14:20:26 +02:00
TrueCharts-Bot c861fef094 Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-09 03:12:33 +00:00
Stavros Kois 7998db2234 feat: Add regex validation to resources CPU and RAM for all apps (#935)
* Adds RAM resource regex validation

* Adds CPU resource regex validation
2021-09-09 01:08:11 +02:00
TrueCharts-Bot ce2e9a2b72 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-08 22:45:18 +00:00
kjeld Schouten-Lebbing b123f41786 fix: remove non-functional redirectmiddelwares for nextcloud 2021-09-09 00:42:32 +02:00
TrueCharts-Bot 58bab94f05 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-08 22:27:50 +00:00
kjeld Schouten-Lebbing 7d70fd7143 fix: correct nextcloud middleware namespaces 2021-09-09 00:25:23 +02:00
TrueCharts-Bot 1de52a6c13 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-08 22:22:11 +00:00
kjeld Schouten-Lebbing ae27de4dc4 revert: undo fix tryout for TRUSTED_PROXIES 2021-09-09 00:19:34 +02:00
TrueCharts-Bot cc39ffec00 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-08 20:18:17 +00:00
Kjeld Schouten-Lebbing 6910a43d35 fix: Add initcontainer to force refresh TRUSTED_DOMAINS (#930)
* reverse useless changes (+1 squashed commits)

Squashed commits:

[fc6a76660] bump version (+19 squashed commit)

Squashed commit:

[ef82c37d7] trry a more... direct... script

[feffd5fb8] try moving config injector to nextcloud container

[9f89377fd] don't create folder and leave it at that

[d00abcd3f] create dir of not exists

[2b95c9277] try more

[b28ff0f57] try yet another solution

[b5b65ac6d] try this

[744bc21af] slightly different

[d3b3ec75f] fix mistake

[8c4b311af] move to command

[43a9f0116] try one line scripting

[5e8ff9f2b] add some verbosity

[a7c13abc6] try adding extra tooling to deal with the config

[abdb26807] mode 777

[938651c7b] add subpath

[810858849] disable readonly on configmap mount

[8b5a48d65] usefilename as mountpath

[3609d1198] fix this

[99d115d97] fix: adds an override nextcloud config to force trusted_domains

* add nextcloud config
2021-09-08 22:14:48 +02:00
Kjeld Schouten-Lebbing 0aa2131b28 helm test revert (+1 squashed commits) (#931)
Squashed commits:

[36ca93235] actually finish echo command (+8 squashed commit)

Squashed commit:

[27c3e9d63] fix typo

[8daa4395e] use name not a derivitive

[d8a24b1d8] force a testrun

[edacc59e4] give more perms

[9706a9860] bump

[09f9d9f4e] Code thining on common

[8adfddf2b] try moving autopermissions to initcontainer

[42c7f76a4] fix: have autopermissions use command instead of arg
2021-09-08 22:14:04 +02:00
kjeld Schouten-Lebbing b94d3c0d0f fix: make sure common can also build releases 2021-09-08 19:58:11 +02:00
Stavros Kois 431eca3bb6 Update wishlist (#932) 2021-09-08 19:18:54 +02:00
kjeld Schouten-Lebbing 5a41184022 fix: correctly copy license on release and allow removing them 2021-09-08 16:53:08 +02:00