Commit Graph

21 Commits

Author SHA1 Message Date
Kjeld Schouten-Lebbing
aeab9be5d2 allow setting readOnly on customStorage and limit permissionsmounts (#357)
* alles setting readOnly on customStorage

* update common version and example

* fix a typo

* Limit volume mounting for permission fix to relevant volumes.
2021-04-15 16:45:50 +02:00
Kjeld Schouten-Lebbing
70bac7a29e Make host and container devicePath the same. (#356)
* Make host and container devicePath the same.

* update Common and Common-test versions
2021-04-15 14:38:34 +02:00
Kjeld Schouten-Lebbing
d67ca77bae Common part of Storage Part 2 (#344)
* Prepare Common for different permission schema

* Don't use PGID for storage ownership in any case.
2021-04-14 19:14:58 +02:00
kjeld Schouten-Lebbing
90c9a7a32f Take nameOverride into account when creating a volume based on a PVC 2021-04-12 17:48:45 +02:00
Kjeld Schouten-Lebbing
e6d616c5f7 Don't create volume mounts for unmountable PVC's (#334) 2021-04-12 16:14:46 +02:00
kjeld Schouten-Lebbing
e8f9ef02d4 Cleanup, Fixes and Review Feedback
Includes mix fixes like:
- Fixing the documentation
- Making sure device and storage mounts work correctly
- Fixing broken things that where supposed to work according to the PR highlights
- Moving some additional things to TrueCharts based containers
- Hiding, changing and reordening some bad UI elements
- Adding support for supplementalGroup permissions

Co-authored-by: Dan Sheridan <dan.sheridan@postman.org.uk>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Justin Clift <justin@postgresql.org>
2021-03-12 17:18:46 +01:00
Kjeld Schouten-Lebbing
1257de6408 ExternalService and Entrypoint-Disable Support (#256)
* Setup externalService processing and enhance Traefik

* Simplify Ingress

* Simplify External Services

* Adjust Service and Portal settings accordingly

* Fix some newly introduced bugs

* Adapt docs
2021-03-12 16:56:04 +01:00
Kjeld Schouten-Lebbing
34762190a3 Replace overlay containers (#249)
* move jackett to k8s-container

* move sonarr to k8s container

* move radarr to k8s container

* move qbittorrent to k8s container

* move tautulli to k8s container

* move sabnzbd to k8s container

* nzbget

* lidarr

* bazarr

* nzbhydra

* jellyfin

* cleanup gpu mounting on common

* update common

* add gpu selector to jellyfin

* add GPU selector to Emby

* enable securityContext.runAsNonRoot
2021-03-08 22:29:17 +01:00
Kjeld Schouten-Lebbing
4e6ceee3cb Run as PUID/PGID by default and add startAsRoot option (#246) 2021-03-08 14:32:58 +01:00
Kjeld Schouten-Lebbing
680e359d99 Move to new ix_values system (#233)
* Refactor questions.yaml, ix_values.yaml and values.yaml

* Add Docs
2021-03-06 21:32:31 +01:00
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
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
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
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
be639def81 rename all custom scripts to common.custom.* 2021-02-09 18:21:12 +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