Kjeld Schouten-Lebbing
acf510ea13
(feat) Standardise and Harden default app securitycontext ( #1028 )
...
* Apply security hardened defaults to values.yaml for all apps
* Add default common securityContext to all apps
* Adjust securityContext defaults in questions.yaml, according to values.yaml
* Add default common podSecurityContext to all apps
* Clean whitespace
* Clean more whitespace
* Adjust podSecurityContext defaults in questions.yaml, according to values.yaml
* fix pgadmin
Co-authored-by: Stavros kois <s.kois@outlook.com>
2021-09-26 20:05:21 +02:00
kjeld Schouten-Lebbing
a8dd9ecc19
(fix) use the correct initcontainer for postgresql on scale
2021-09-26 10:53:36 +02:00
TrueCharts-Bot
8b6cc5af01
Commit released Helm Chart and docs for TrueCharts
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-21 10:18:09 +00:00
renovate[bot]
d6b521c186
chore(deps): update non-major deps helm releases ( #1014 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-21 11:59:23 +02:00
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
renovate[bot]
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
renovate[bot]
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
renovate[bot]
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
Kjeld Schouten-Lebbing
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
TrueCharts-Bot
8b12d82175
Commit released Helm Chart and docs for TrueCharts
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-13 12:17:48 +00:00
kjeld Schouten-Lebbing
75aa360d57
bump common on postgresql
2021-09-13 14:15:13 +02:00
Renovate Bot
2c5919d42f
chore(deps): update non-major
2021-09-13 14:12:56 +02:00
Kjeld Schouten-Lebbing
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
TrueCharts-Bot
dc93a90778
Commit released Helm Chart and docs for TrueCharts
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-11 19:47:12 +00:00
kjeld Schouten-Lebbing
fd29f5d9f0
fix: use correct appversion string
2021-09-11 21:39:25 +02:00
TrueCharts-Bot
1abb27c88b
Commit released Helm Chart and docs for TrueCharts
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-11 19:00:35 +00:00
Kjeld Schouten-Lebbing
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
Renovate Bot
1f4828c19b
chore(deps): update non-major
...
(cherry picked from commit b66e04fe8f
)
2021-09-11 13:56:20 +02:00
kjeld Schouten-Lebbing
ced7d182c2
fix some dockertags being wrong
2021-09-11 13:52:00 +02:00
Kjeld Schouten-Lebbing
a8670a1482
feat: pin all container references to digests ( #963 )
2021-09-11 13:00:39 +02:00
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
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
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
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
Stavros Kois
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
TrueCharts-Bot
e4bd1d8d77
Daily Housekeeping
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-07 03:11:33 +00:00
kjeld Schouten-Lebbing
07d11e2970
bumps
2021-09-06 23:02:32 +02:00
kjeld Schouten-Lebbing
b2060ba958
update nextcloud and postgresql common
2021-09-06 22:54:37 +02:00
TrueCharts-Bot
c327fb2c49
Daily Housekeeping
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-05 03:12:01 +00:00
kjeld Schouten-Lebbing
81fd3c1c97
Fix weird mistake in postgresql
2021-09-04 12:28:52 +02:00
kjeld Schouten-Lebbing
82ffaa8de2
manually bump postgresql common
2021-09-04 12:20:55 +02:00
TrueCharts-Bot
01461b60a1
Daily Housekeeping
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-01 03:11:53 +00:00
renovate[bot]
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
renovate[bot]
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
renovate[bot]
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
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
TrueCharts-Bot
497b7f8354
Daily Housekeeping
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-31 09:46:09 +00:00
TrueCharts-Bot
08771717be
Daily Housekeeping
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-31 09:17:40 +00:00
TrueCharts-Bot
96f9175331
Daily Housekeeping
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-31 03:11:50 +00:00
Kjeld Schouten-Lebbing
cca4843ca1
switch port and targetPort ( #855 )
...
* switch port and targetPort
* bump
2021-08-30 22:55:51 +02:00
Kjeld Schouten-Lebbing
9401dd3676
Apply the PrototypeGUI to all Apps ( #851 )
...
* add pod and controller labels and annotations and termination settings
* add serviceList
* Add IngressList and HPA
* Fix supplementalGroups labeling issues
* cleanup and fixup incubator
* bump
* patch jellyfin
* Patch Jackett
2021-08-30 15:58:30 +02:00
renovate[bot]
c3c757b8cd
chore(deps): update helm chart common to v6.12.1 ( #850 )
...
* chore(deps): update helm chart common to v6.12.1
* quick fix for custom-app
* another quick fix
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-08-30 14:13:49 +02:00