Commit Graph

12 Commits

Author SHA1 Message Date
Kjeld Schouten-Lebbing d22b481a3f
[Common] Refactor Services (#212)
* Refactor All Services

- services (dict, including main service)
- additionalServices (list)

* Add Documentation and standardised questions.yaml layout for services

* Update all existing Apps to 2.0.0

* Fix whiteline error

* fix addons
2021-03-03 16:51:25 +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 d0c9056513
Update values.yaml 2021-03-03 16:50:39 +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 3cda910be6
Add Unlimited Custom hostPath mounts (#201) 2021-03-01 18:38:55 +01:00
Kjeld Schouten-Lebbing 0c87cbb4b3
Combined update (including common 1.3.0) (#173)
* Update Helm chart common to v1.3.0

* Update-Folder-Names-and-Dependencies

* Fix Jellyfin "installed" Icon

Fixes #171

* Add PUID PGID and UMASK to questions.yaml

* Fix traefik certmanager bugs

* Refactor appAdditionalServices for all Apps

Fixes #169
Fixes #170

* Fix acmeDNS 2.0 and make traefik version 1.0.0 (for consistancy)

* Update charts/transmission/1.3.0/values.yaml

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>

* Update charts/truecommand/1.3.0/Chart.yaml

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
2021-02-22 11:55:26 +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 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 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