Commit Graph

22 Commits

Author SHA1 Message Date
kjeld Schouten-Lebbing 2b444a32c0
Delete job hooks more often 2021-03-09 21:21:54 +01:00
Kjeld Schouten-Lebbing a59d73061f
Add additional Storage tests and rename appExtraVolumeMounts (#218) 2021-03-03 22:03:02 +01:00
Kjeld Schouten-Lebbing 02525795d2
Update _all.tpl 2021-03-03 16:02:00 +01:00
kjeld Schouten-Lebbing 44f424018b
Add License Info on a per-file basis 2021-03-03 14:56:22 +01:00
kjeld Schouten-Lebbing 15c5d92a53
Revert 202 Fix 2021-03-02 19:16:20 +01:00
Kjeld Schouten-Lebbing 571b417dbe
Fix issues when running multiple Ingresses (#204)
Fixes: 202
2021-03-01 18:47:55 +01:00
Kjeld Schouten-Lebbing 3cda910be6
Add Unlimited Custom hostPath mounts (#201) 2021-03-01 18:38:55 +01:00
Kjeld Schouten-Lebbing 77ff7306af
Abstract away certificate creation to support ingress (#195) 2021-02-28 22:16:07 +01:00
Kjeld Schouten-Lebbing 236ec00b2d
[Common] Cert and Storage rework (#191)
* Add IX-Cert to Common
and:
- split storage
- merge custom into common chart

* Integrate most of the Bitnami Common Chart into ours
2021-02-28 16:53:33 +01:00
Kjeld Schouten-Lebbing 1d51be0e3d
777 on new scripts (+2 squashed commit)
Squashed commit:

[9ae7dd0f] add helm-docs to workflow

[2206f5ba] fix small typo in workflows (+1 squashed commits)

Squashed commits:

[29c2ceb4] Documentation-Cleanup (#181)

* work on readme generation

* document windows setup

* add simple pre-commit install script

* more docs for git setup

* Update pre-commit

* pre-commit automatic fixes

* Increase all patch versions

* Auto Readme and Config doc

* Auto app-readme.md generation

* increase common and common-test versions accordingly (due to cleanup)

* move contribution guidelines to /development in wiki

* fix some end-of-line issues (again)

* fix line 14 of workflows
2021-02-23 18:21:54 +01:00
Kjeld Schouten-Lebbing 51b0f11d35
Makes common correctly process TZ, UMASK and lists of environment variables (#160) 2021-02-21 11:43:32 +01:00
Kjeld Schouten-Lebbing a1cbab4e07
Add Volume Mount Permissions Fix (#134)
- Adds a pre-install job to fix folder permissions
2021-02-19 22:29:02 +01:00
Kjeld Schouten-Lebbing 330b74d2b6
fix common 1.1.0 (#149) 2021-02-18 23:41:14 +01:00
Kjeld Schouten-Lebbing 2b61d2637e
Add PGID and PUID options (#144)
- Adds PGID as a values.yaml setting that sets PGID env-var
- Adds PUID as a values.yaml settings that sets PGID env-var
- Adjusts Common Unit test accordingly
(both can also in the future be used to set securityContext based containers)
2021-02-18 23:02:03 +01:00
Kjeld Schouten-Lebbing 46fb1add0d
Update common 3.0.1 (#112)
* 2.5.0

* 3.0.1

* Remove upstream ingress unit test

ingress is unused by us and the unit test proves to be unstable
2021-02-16 14:19:50 +01:00
Kjeld Schouten-Lebbing a04941c48a
Fix storage issues (#102)
* setting enabled to true is a requirement

* setting empty-dir to false on all might be wise

* increase minor version numbers

* remove redundant empty dir setting

* Comment out appVolumeMounts from default values.yaml file

* use empty dirs for all test_values (and nothing more)

* Small typo fixes
2021-02-11 21:05:16 +01:00
kjeld Schouten-Lebbing 7bca7fc02a
Removes appVolumesEnabled 2021-02-11 17:45:55 +01:00
Kjeld Schouten-Lebbing 1fa777b2d5
Initial integration of bitnami/common (#79)
This adds the bitnami common chart templates.
In the future those should be more integrated into our common chart

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-02-09 20:35:11 +01:00
kjeld Schouten-Lebbing be639def81
rename all custom scripts to common.custom.* 2021-02-09 18:21:12 +01:00
kjeld Schouten-Lebbing 7af6f6b1a0
Update common and traefik to fix wildcard certs
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-02-09 12:27:51 +01:00
kjeld Schouten-Lebbing ec561f6512
Update and clean common chart
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-02-08 16:10:14 +01:00
kjeld Schouten-Lebbing 50d1f93e12
Add Initial BETA Test release of the Common Chart and testing environment
Co-authored-by: Troy Prelog <tprelog@users.noreply.github.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-02-05 21:17:06 +01:00