Commit Graph

165 Commits

Author SHA1 Message Date
Kjeld Schouten-Lebbing
b58472931c Update renovate.json5 2022-06-15 17:10:34 +02:00
TrueCharts Bot
7e248f3eba chore(deps): update renovatebot/github-action action to v32.87.0 (#118) common-10.0.11 2022-06-15 10:30:30 +02:00
TrueCharts Bot
77d2f3f255 chore(deps): update container image ghcr.io/truecharts/mongodb to v5.0.9 (#119)
* chore(deps): update container image ghcr.io/truecharts/mongodb to v5.0.9

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-15 10:30:20 +02:00
TrueCharts Bot
78404cac73 chore(deps): update endbug/label-sync digest to 852ef5d (#116) common-10.0.10 2022-06-14 09:16:27 +02:00
TrueCharts Bot
82a2a7929e chore(deps): update docker general non-major (#117)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-14 09:16:18 +02:00
TrueCharts Bot
f8d630bf0d chore(deps): update renovatebot/github-action action to v32.85.0 (#115) 2022-06-14 09:16:08 +02:00
TrueCharts Bot
1887b415fd chore(deps): update renovatebot/github-action action to v32.83.0 (#113) 2022-06-11 19:11:44 +02:00
TrueCharts Bot
59cf848b29 chore(deps): update actions/setup-python action to v4 (#114) 2022-06-11 19:11:37 +02:00
TrueCharts Bot
bd0992e25c chore(deps): update pre-commit/action action to v3 (#112) 2022-06-11 19:11:29 +02:00
TrueCharts Bot
0b5441fae2 chore(deps): update docker general non-major (#109)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-10.0.9
2022-06-11 19:11:16 +02:00
Kjeld Schouten-Lebbing
b5e66f7a25 Fix caps typo in secret class common-10.0.8 2022-06-07 13:52:54 +02:00
Kjeld Schouten-Lebbing
6cf3dbb301 fix valueFrom common-10.0.7 2022-06-06 22:53:40 +02:00
Kjeld Schouten-Lebbing
7c026accfb solution 1 2022-06-06 22:42:14 +02:00
Kjeld Schouten-Lebbing
38e0d2c294 fix secretEnv common-10.0.6 2022-06-06 18:36:03 +02:00
Kjeld Schouten-Lebbing
00f7eee104 fix VCT name rendering common-10.0.5 2022-06-06 18:17:50 +02:00
Kjeld Schouten-Lebbing
c072b93618 fix indentation mistake common-10.0.4 2022-06-06 10:13:36 +02:00
Kjeld Schouten-Lebbing
150b4fa892 re-added portList loader common-10.0.3 2022-06-05 22:59:53 +02:00
TrueCharts Bot
b49c42d70a chore(deps): update renovatebot/github-action action to v32.74.3 (#106) 2022-06-05 22:02:35 +02:00
TrueCharts Bot
2ee72a6914 chore(deps): pin dependencies (#111) 2022-06-05 22:02:22 +02:00
Kjeld Schouten-Lebbing
2bcaba9be2 dont use tpl on booleans
(cherry picked from commit 991ebd677ca2601755492b3d4998425169baf72f)
common-10.0.2
2022-06-05 20:53:01 +02:00
Kjeld Schouten-Lebbing
f267828efe BREAKING CHANGE: Common Refactor (#110)
* Split and reorganise some file for refactorign and add docs (#15)

* refactor(general): initial restructure, renaming, documenting changes and splitting some files for clearity

* bump to make clear this is refactor work

* fix(deviceList): fix perdict missing var

* fix(common-test): rename loader

* remove targz from common-test

* different perdict name

* reshuffle

* reorder more

* fix device and persistence lists

* no message

* Add secret spawner (#17)

* add secret spawner

(cherry picked from commit 19be71210adb17534da3a380630c8a6548d6c2fd)

* move secret spawner

* some more cleanup

* whoopps

* minor env cleanup

* more

* certs

* update test

* misc fixes

* Move hpa to class (#18)

* Move hpa to class

* use spawner instead of direct class

* Fix some tests

* Allow for multiple networkPolicies (#19)

* Allow for multiple networkPolicies

* also update values.yaml

* fix mistake

* update tests

* lowercase

* hmm

* refactor serviceAccount creation (#77)

* make serviceAccounts more flexible

* fixup

* fixup

* fixup 3

* refactor RBAC  creation (#76)

* Add support for more than one RBAC to be configured

* adapt values.yaml

* fixup

* fixup2

* rbac tweak

* hmmm

* work on cleaning things up (#81)

* restructure folders a bit

* cleanup some references

* merge autopermissions with hostpatch and remove docker-compose disable

* fixup

* SCALE->scale

* portal to scale folder

* remove dep-common

* hmm

* render prep as script

* fix some permission mistakes

* patch auto-permissions tests

* More TPL usage for containers and pods (#82)

* tpl pod content

* fix

* fix2

* more mainContainer tpl support

* fix again

* volume and volumemount tpl options expansion

* missing space

* readonly fix

* finish tpl addition to non-class files

* fix port

* no tpl for group number

* more tpl and test fixes

* allow to disable inotify patch

* no message

* add nfs support to persistence and port a patch from KAH

* allow externalTrafficPolicy on all types of services

* change fix

* Ensure SCALE specific code is not run outside of SCALE (#83)

* only apply SCALE specific non-storage settings when running as SCALE App

* fix ingress and portal tests

* significantly simplify SCALE PVC naming and make it only run when used as SCALE App

* fix certificate tests

* use global ixChartContext where suitable

* Add auto-permissions support for (NFSv4) ACL's (#84)

* initial work on NFS4 ACL support

* remove automatic permission tests for now...

* more verbosity

* test another solution

* set rights for both user AND group

* test auto permissions during run tests

* hmmm

* hmm2

* fix quoting issues

* different quotes

* ahhh

* Update charts/common/templates/lib/controller/_prepare.tpl

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* improve acl detector

* invert acl detector

* stick to group permissions

* ensure chown uses a path

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Tests and small fixes

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
common-10.0.1
2022-06-05 17:33:38 +02:00
TrueCharts-Bot
1d1945f20a Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-9.3.29
2022-06-04 20:18:56 +02:00
TrueCharts-Bot
ac959f780d chore(deps): update docker general non-major 2022-06-04 20:18:56 +02:00
TrueCharts-Bot
1de41ec2b8 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-9.3.28
2022-06-03 20:20:32 +02:00
TrueCharts-Bot
79374b3be8 chore(deps): update docker general non-major 2022-06-03 20:20:32 +02:00
TrueCharts-Bot
aebb66a5ec Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-9.3.27
2022-06-02 20:22:04 +02:00
TrueCharts-Bot
49a814ba9e chore(deps): update docker general non-major 2022-06-02 20:22:04 +02:00
TrueCharts Bot
20ebbe65e7 chore(deps): update renovatebot/github-action action to v32.71.1 (#103) 2022-06-02 08:40:43 +02:00
TrueCharts-Bot
3b6c62140e Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-9.3.26
2022-06-01 20:23:17 +02:00
TrueCharts-Bot
3f9dbe7feb chore(deps): update docker general non-major 2022-06-01 20:23:17 +02:00
TrueCharts Bot
d289283faf chore(deps): update renovatebot/github-action action to v32.70.0 (#97) 2022-05-31 21:12:32 +02:00
TrueCharts-Bot
375ed08b94 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-9.3.25
2022-05-31 20:22:31 +02:00
TrueCharts-Bot
195376a05a chore(deps): update docker general non-major 2022-05-31 20:22:31 +02:00
TrueCharts-Bot
96de1f0340 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-9.3.24
2022-05-30 20:22:12 +02:00
TrueCharts-Bot
d2f28de936 chore(deps): update docker general non-major 2022-05-30 20:22:12 +02:00
TrueCharts-Bot
c8c16f04c0 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-9.3.23
2022-05-29 20:21:17 +02:00
TrueCharts-Bot
9decdaf098 chore(deps): update docker general non-major 2022-05-29 20:21:17 +02:00
TrueCharts-Bot
2be3e366d3 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-9.3.22
2022-05-28 20:21:06 +02:00
TrueCharts-Bot
939f5fea9e chore(deps): update docker general non-major 2022-05-28 20:21:06 +02:00
TrueCharts-Bot
0e1728ccb7 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-9.3.21
2022-05-27 20:22:31 +02:00
TrueCharts-Bot
c2a6182d5f chore(deps): update docker general non-major 2022-05-27 20:22:31 +02:00
TrueCharts Bot
75e6b2b633 chore(deps): update renovatebot/github-action action to v32.66.5 (#94) 2022-05-26 22:13:24 +02:00
Kjeld Schouten-Lebbing
693c3aa63d disable and delete common-dep 2022-05-26 21:33:29 +02:00
TrueCharts Bot
ccf2bcb0ee chore(deps): update docker general non-major (#93)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-9.3.20 dep-common-9.3.20
2022-05-26 09:08:10 +02:00
TrueCharts Bot
edaaa056b9 chore(deps): update container image ghcr.io/truecharts/mariadb to v10.7.4 (#92)
* chore(deps): update container image ghcr.io/truecharts/mariadb to v10.7.4

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
dep-common-9.3.19 common-9.3.19
2022-05-26 08:09:21 +02:00
TrueCharts Bot
54227fba7b chore(deps): update renovatebot/github-action action to v32.66.3 (#91) 2022-05-26 08:09:05 +02:00
TrueCharts Bot
0e2241b44f chore(deps): update renovatebot/github-action action to v32.66.1 (#90) 2022-05-25 08:46:12 +02:00
TrueCharts-Bot
be947389e3 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-9.3.18 dep-common-9.3.18
2022-05-25 08:23:25 +02:00
TrueCharts-Bot
b0629ccac6 chore(deps): update docker general non-major 2022-05-25 08:23:25 +02:00
TrueCharts Bot
02b84c7167 chore(deps): update renovatebot/github-action action to v32.64.9 (#89) 2022-05-24 09:54:11 +02:00