Commit Graph
283 Commits
Author SHA1 Message Date
TrueCharts-Bot 2c4bff1441 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-21 09:06:41 +00:00
a52bc98bdf chore(deps): update non-major (#1015)
* chore(deps): update non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-21 10:55:30 +02:00
TrueCharts-Bot 87e3219b6f Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-21 08:50:15 +00:00
d976ce2065 chore(deps): update non-major (#1013)
* chore(deps): update non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-21 10:41:09 +02:00
TrueCharts-Bot 2ecefa844d Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-14 20:45:30 +00:00
f2cf03eda3 chore(deps): update non-major (#987)
* chore(deps): update non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-14 22:38:56 +02:00
TrueCharts-Bot e9944183a2 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-13 17:07:54 +00:00
2349bb4d40 feat: add new GUI and VPN support to all Apps (#977)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-13 18:49:14 +02:00
Renovate Botandkjeld Schouten-Lebbing 2c5919d42f chore(deps): update non-major 2021-09-13 14:12:56 +02:00
Kjeld Schouten-LebbingandGitHub 642cf20b7b feat: Add VPN addon and move some config to includes (#973)
* add addon include to all apps

* move groups to include

* move controller to includes

* move container config to include

* move serviceList to include

* move persistence list to includes

* move ingressList to includes

* fix appdaemon digest

* move deviceList to includes and add to deconz

Fixes #967 related to #966
2021-09-13 12:58:34 +02:00
Kjeld Schouten-LebbingandGitHub 238e2bc0c6 chore: Use bitnami instead of stock postgresql container (#960)
* chore: Setup all apps to use bitnami instead of stock postgresql container

* Actually don't bump major as there is no breaking change (as people using it will default to the migration initscript)
2021-09-11 20:58:37 +02:00
3e67e1c977 chore(deps): update non-major (#962)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-11 13:04:47 +02:00
Kjeld Schouten-LebbingandGitHub a8670a1482 feat: pin all container references to digests (#963) 2021-09-11 13:00:39 +02:00
Kjeld Schouten-LebbingandGitHub bbd570a6f8 chore: move more dockerhub containers to GHCR mirror (#958)
* chore: move dockerhub containers to mirror GHCR registry

* part 2
2021-09-10 22:07:55 +02:00
Stavros KoisandGitHub 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-LebbingandGitHub 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 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-LebbingandGitHub 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
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-LebbingandGitHub 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
Kjeld Schouten-LebbingandGitHub 75e54e76a0 fix: Inject vaultwarden websocket part into ingress (#946) 2021-09-09 17:15:46 +02:00
Stavros KoisandGitHub 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
Kjeld Schouten-LebbingandGitHub 7bd2776e94 feat: Pre-commit and tag-appversion syncing (#926)
* add pre-commit to release container

* use pip install --no-cache-dir

* whoopsies

* lint fixes

* add some verbosity during pre-commit build process

* add more pre-commit checks

* repo pre-commit cleanup

* add pre-commit to release scripting

* try showing some more pre-commit dockerbuild verbosity

* some tweaks and polish to release scripting.
Also adds syncing primary tag and appversion
2021-09-08 12:11:42 +02:00
kjeld Schouten-Lebbing c64575483b remove Chart.lock files 2021-09-08 10:15:11 +02:00
TrueCharts-Bot b6723fa961 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-08 03:33:40 +00:00
TrueCharts-Bot 62b7d2eb8e Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-08 03:12:08 +00:00
Stavros KoisandGitHub f66adc94dd fix: repair Hyperion and some misplaced GUI elements (#922)
* Fix label

* Fix hyperion config storage and bump it

* Move serviceList to Network group
2021-09-08 00:47:09 +02:00
ee5a5c495d chore(deps): update non-major deps helm releases (#907)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-07 10:01:47 +02:00
TrueCharts-Bot c327fb2c49 Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-05 03:12:01 +00:00
5e975976ca chore(deps): update non-major deps helm releases (#895)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-04 13:04:53 +02:00
TrueCharts-Bot 4aa6ef527a Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-02 03:11:28 +00:00
kjeld Schouten-Lebbing 457cdd81c0 bump 2021-09-01 18:59:30 +02:00
kjeld Schouten-Lebbing a608dbb31c Fix mistake in authelia 2021-09-01 18:53:41 +02:00
kjeld Schouten-Lebbing 3b6d315edb Make domains in autheliarules a list and add db-wait-initcontainer to vaultwarden and fireflyiii 2021-09-01 18:38:03 +02:00
TrueCharts-Bot 01461b60a1 Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-01 03:11:53 +00:00
54775532eb chore(deps): update helm chart postgresql to v1.5.10 (#876)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-01 01:32:25 +02:00
a7d10672da chore(deps): update helm chart common to v6.12.4 (#875)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-01 00:26:14 +02:00
f774a9012c chore(deps): update patch dep helm releases (#872)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-31 22:48:31 +02:00
kjeld Schouten-Lebbing 1682c19ab1 bump 2021-08-31 20:13:51 +02:00
kjeld Schouten-Lebbing fb179f1355 revert changes to fireflyiii and vaultwarden 2021-08-31 20:00:05 +02:00
kjeld Schouten-Lebbing bc25dd9373 another potential db fix 2021-08-31 19:09:17 +02:00
kjeld Schouten-Lebbing 36046257fc annother attempt at bitwarden/fireflyiii fix 2021-08-31 18:40:02 +02:00
661c6e6670 chore(deps): update patch dep helm releases (#869)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-31 16:15:03 +02:00
kjeld Schouten-Lebbing 1d5dbd02ba don't name helm dep updates "external" and fix mistake in vaultwarden+fireflyiii 2021-08-31 15:03:18 +02:00
kjeld Schouten-Lebbing 0a92feeb09 Fix databases on fireflyiii and vaultwarden 2021-08-31 14:56:56 +02:00
TrueCharts-Bot f0b863a782 Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-31 10:28:34 +00:00
TrueCharts-Bot 80c432959b Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-31 10:11:27 +00:00
TrueCharts-Bot 39f9cad90e Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-31 09:58:46 +00:00