Commit Graph

261 Commits

Author SHA1 Message Date
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 490485522e
Update Helm chart common to v1.2.0 - Part 2 (#155)
- remove split1 content
- Update-Folder-Names-and-Dependencies
- Mixed tweaks
- Add setPermissions to test_values.yaml
- Update questions.yaml
- Update questions.yaml
- Don't set permission on USB devices (#143)
- Remove nodePorts from zwavejs2mqtt because invalid ports (and not needed for test)

Co-authored-by:  Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by:  Troy Prelog <35702532+tprelog@users.noreply.github.com>
2021-02-20 14:48:04 +01:00
Kjeld Schouten-Lebbing 766473fd71
Update Helm chart common to v1.2.0 - Part 1 (#154)
* Update Helm chart common to v1.2.0 - Part 1

- remove split2 content
- Update-Folder-Names-and-Dependencies
- Mixed tweaks
- Add setPermissions to test_values.yaml
- Update questions.yaml
- Update questions.yaml
- Don't set permission on USB devices (#143)
- Remove nodePorts from zwavejs2mqtt because invalid ports (and not needed for test)

Co-authored-by:  Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by:  Troy Prelog <35702532+tprelog@users.noreply.github.com>

* moved from split2

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
2021-02-20 12:56:31 +01:00
kjeld Schouten-Lebbing 40fd284c87
enable update branch catagory for manual updates 2021-02-19 23:24:01 +01:00
renovate[bot] e13f4082b3
Update Helm chart common to v1.1.1 (#151)
* Update Helm chart common to v1.1.1

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-19 22:53:38 +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
renovate[bot] 5b6f5e2b41
Update Helm chart common to v1.1.1 (#148)
* Update Helm chart common to v1.1.1

* Update-Folder-Names-and-Dependencies

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-02-19 14:53:56 +01:00
Kjeld Schouten-Lebbing 330b74d2b6
fix common 1.1.0 (#149) 2021-02-18 23:41:14 +01:00
renovate[bot] d43f62aef6
[workflows] Update actions/checkout action to v2 (#147)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-18 23:23:18 +01:00
renovate[bot] a446fedd2e
[] Update precommit hook pre-commit/pre-commit-hooks to v3 (#146)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-18 23:19:24 +01:00
renovate[bot] 9361b2405f
Update external minor dep (#145)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-18 23:17:59 +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
Troy Prelog f958f8e76d
better defaults for USB device (#141) 2021-02-18 13:44:16 -05:00
Troy Prelog 835e652b3c
fix usb volume mounts (#140) 2021-02-18 12:03:18 -05:00
Troy Prelog 5477ef20b4
adjust some questions for volume mounts (#131)
remove un-used media volume

add missing downloads volume

remove un-used media volume

bump version to 1.0.1
2021-02-18 09:18:03 -05:00
Troy Prelog 2b6f1a0c41
fix issue 125 (#132)
* fix volumes not enabled

* bump version to 1.0.1
2021-02-18 08:53:10 -05:00
renovate[bot] 7b71ecfa96
[0.0.1] Update Helm chart common to v1 (#123)
* [0.0.1] Update Helm chart common to v1

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-17 13:00:35 +01:00
Kjeld Schouten-Lebbing e760fca050
Add Stage-4 Apps (#111)
Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
2021-02-17 12:47:38 +01:00
Kjeld Schouten-Lebbing 99a39432e9
Readme: Add explaination about sabnzbd and passwords 2021-02-17 12:38:14 +01:00
Kjeld Schouten-Lebbing 53d1564014
Update README.md 2021-02-16 18:24:50 +01:00
renovate[bot] 980032f574
[0.4.1] Update Helm chart common to v1 (#119)
* [0.4.1] Update Helm chart common to v1

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-16 15:32:43 +01:00
renovate[bot] 60e209619a
[0.5.1] Update Helm chart common to v1 (#120)
* [0.5.1] Update Helm chart common to v1

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-16 15:25:28 +01:00
renovate[bot] 7f1e1c1f98
[0.3.1] Update Helm chart common to v1 (#118)
* [0.3.1] Update Helm chart common to v1

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-16 15:25:16 +01:00
renovate[bot] ba29a1d534
[0.2.1] Update Helm chart common to v1 (#117)
* [0.2.1] Update Helm chart common to v1

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-16 15:25:02 +01:00
renovate[bot] c4bfa5cab1
[0.1.2] Update Helm chart common to v1 (#116)
* [0.1.2] Update Helm chart common to v1

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-16 15:24:44 +01:00
renovate[bot] 9629f15f35
[0.1.1] Update Helm chart common to v1 (#115)
* [0.1.1] Update Helm chart common to v1

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-16 15:09:58 +01:00
renovate[bot] 636500d93c
[0.0.1] Update Helm chart common to v1 (#114)
* [0.0.1] Update Helm chart common to v1

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-16 14:56:06 +01:00
kjeld Schouten-Lebbing ddd197a99f
rename nzbhydra2 to nzbhydra 2021-02-16 14:45:26 +01:00
renovate[bot] 6d3062909c
Update Helm chart cert-manager to v1.2.0 (#113)
* Update Helm chart cert-manager to v1.2.0

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-16 14:31:44 +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 39a5e29618
Describe storage risks in readme 2021-02-16 11:10:33 +01:00
Stavros Kois 32df0b4d73
typo on upd port label (#110)
* typo on upd port label

* bump to 0.1.2
2021-02-15 23:54:49 +02:00
Kjeld Schouten-Lebbing 51ed5bd3c2
Add Collabora App (#108)
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

Co-authored-by: Stavros Kois <s.kois@outlook.com>
2021-02-15 11:31:41 +01:00
kjeld Schouten-Lebbing 16ec263869
Add FOSSA tracker 2021-02-15 10:44:12 +01:00
kjeld Schouten-Lebbing 0bd4039015
Add FOSSA 2021-02-15 10:37:17 +01:00
Kjeld Schouten-Lebbing 5456e4c9d0
Fixing licencing issues 2021-02-15 09:57:52 +01:00
renovate[bot] 48eb554cae
Update Helm chart common to v0.12.2 (#99)
* Update Helm chart common to v0.12.2

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-11 21:49:52 +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
renovate[bot] 8940e298d7
Update Helm chart common to v0.12.0 (#96)
* Update Helm chart common to v0.12.0

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-11 16:05:39 +01:00
kjeld Schouten-Lebbing 91b7bc2c40
Add Stage-3 Apps
Please consider all these as mostly feature complete BETA Apps for the time being

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-02-10 11:09:33 +01:00
kjeld Schouten-Lebbing 9888df7e4d
fix 2 broken icons 2021-02-10 09:51:33 +01:00
Kjeld Schouten-Lebbing 380c9861c9
Add warning about cert manager time to fetch 2021-02-10 09:30:16 +01:00
Kjeld Schouten-Lebbing 2e6222dadf
Update README.md 2021-02-09 23:07:00 +01:00
renovate[bot] e368075ba5
Update Helm chart common to v0.12.0 (#88)
* Update Helm chart common to v0.12.0

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-09 21:04:16 +01:00
Kjeld Schouten-Lebbing 427b7a7526
Move shields to master instead of dev 2021-02-09 20:52:59 +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
renovate[bot] 00f8737387
Update Helm chart common to v0.11.3 (#81)
* Update Helm chart common to v0.11.3

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-09 20:12:33 +01:00
kjeld Schouten-Lebbing be639def81
rename all custom scripts to common.custom.* 2021-02-09 18:21:12 +01:00