Commit Graph

522 Commits

Author SHA1 Message Date
truecharts-bot 24bcac5826 chore: Auto-update chart README [skip ci] 2022-09-18 20:30:24 +00:00
truecharts-bot 01fe431239 chore: Auto-update chart README [skip ci] 2022-09-18 12:19:38 +00:00
truecharts-bot c99b62f699 chore: Auto-update chart README [skip ci] 2022-09-16 14:14:36 +00:00
truecharts-bot 4a7979b1bd chore: Auto-update chart README [skip ci] 2022-09-16 07:37:36 +00:00
truecharts-bot 682efa11c4 chore: Auto-update chart README [skip ci] 2022-09-15 15:18:22 +00:00
TrueCharts Bot 48e5471458
chore(deps): update helm general non-major (#3767) 2022-09-15 15:22:46 +02:00
Stavros Kois 6c68a6c013
chore(questions): split serviceSelector (#3751)
* chore(questions): split serviceSelector

* replace questions with the new templates
2022-09-15 00:27:12 +03:00
truecharts-bot 9a821da90b chore: Auto-update chart README [skip ci] 2022-09-12 23:09:26 +00:00
truecharts-bot cf36c344af chore: Auto-update chart README [skip ci] 2022-09-12 20:04:14 +00:00
truecharts-bot 1f5fd55364 chore: Auto-update chart README [skip ci] 2022-09-12 14:46:17 +00:00
truecharts-bot 44a77cd0dd chore: Auto-update chart README [skip ci] 2022-09-11 23:21:12 +00:00
truecharts-bot a23c49adc9 chore: Auto-update chart README [skip ci] 2022-09-11 19:50:18 +00:00
truecharts-bot 5ac2a97847 chore: Auto-update chart README [skip ci] 2022-09-11 13:56:14 +00:00
TrueCharts Bot 845ea2d896
chore(deps): update helm general non-major (#3711) 2022-09-11 12:10:33 +02:00
truecharts-bot 88413ad80a chore: Auto-update chart README [skip ci] 2022-09-10 10:22:01 +00:00
TrueCharts Bot ea7f789975
chore(deps): update docker general non-major (#3727)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-10 13:05:59 +03:00
truecharts-bot bf8dc14eb1 chore: Auto-update chart README [skip ci] 2022-08-31 00:53:20 +00:00
TrueCharts Bot 9627a97001
chore(deps): update helm general non-major (#3639) 2022-08-31 00:00:06 +02:00
truecharts-bot 3959496cf6 chore: Auto-update chart README [skip ci] 2022-08-30 15:35:19 +00:00
TrueCharts Bot dfd2c9134a
chore(deps): update helm chart common to v10.5.5 (#3626) 2022-08-30 16:02:23 +02:00
truecharts-bot 1320170934 chore: Auto-update chart README [skip ci] 2022-08-29 21:49:54 +00:00
TrueCharts Bot 1688d56b28
chore(deps): update helm general non-major (#3619) 2022-08-29 20:49:59 +02:00
truecharts-bot e204b0e08e chore: Auto-update chart README [skip ci] 2022-08-23 23:03:35 +00:00
TrueCharts Bot b51c98bb4a
chore(deps): update helm general non-major helm releases (#3545) 2022-08-23 23:38:35 +02:00
truecharts-bot 25c42bf62a chore: Auto-update chart README [skip ci] 2022-08-12 22:39:47 +00:00
TrueCharts Bot 92a83a28f2
chore(deps): update helm general non-major helm releases (#3456)
* chore(deps): update helm general non-major helm releases

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-12 23:05:15 +02:00
Kjeld Schouten-Lebbing c5b2f8f13f
chore(charts): add documentation checkbox/section to all SCALE Apps 2022-08-12 13:15:27 +02:00
Stavros Kois 16fbffb961
fix(templates): move extraArgs from .Values.controller to .Values (#3447)
* fix(templates): move extraArgs from .Values.controller to .Values

* update questions

* whoops

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-12 10:40:46 +02:00
truecharts-bot aa39c09e86 chore: Auto-update chart README [skip ci] 2022-08-08 23:15:26 +00:00
TrueCharts Bot 763af7a7b9
chore(deps): update helm general non-major helm releases (#3376) 2022-08-08 23:59:40 +02:00
Stavros Kois ac9cc7f736
chore(questions): replace questions parts with templates (#3402)
* chore(questions): replace port parts with templates

* chore(questions): replace controller parts with templates

* remove tons of whitespce

* remove quotes from strings on templates

* make complete controller an include

* default to recreate

* remove replica and strategies as it's covered from controllerStrtegies include

* remove whitespace again

* replace controllertype with include (deployment/daemonset/statefulset)

* replace advanced port part except targetport

* remove more quotes

* add hidden toggle of enable the port

* new includes

* update build script

* controller deploy/stateful/deamon template changes

* replace controllerStrategies with replicas, replica#, strategy, recreate

* move 2 templates into a subfolder

* remove quotes

* remove disabled portals from questions and defined them on values

* remove enabled portal from the questions and add it on values

* one more app

* Portal cleanup

* remove portal templates

* add more includes

* replace portal links

* move some templates in folders

* replace ingressRoot with template

* more grouping

* replace persistenceroot with template

* replace serviceExpertRoot

* replace serviceroot

* fix a rogue one

* vctRoot

* securityContext cleanup

* remove quotes from templates on string

* replace vctRoot

* replace advanedSecurityRoot

* replace podsecurity root

* Update .github/scripts/build-catalog.sh

* Update values.yaml

* remove dupe portal

* update build-release script

* fix paths

* fix apps with imageSelector

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 23:25:02 +02:00
truecharts-bot 80ef02312b chore: Auto-update chart README [skip ci] 2022-07-26 11:23:31 +00:00
Stavros Kois 714090aa6e
chore(apps): update home links (#3291) 2022-07-26 12:04:37 +02:00
TrueCharts Bot 54e805ab4d
chore(deps): update helm general non-major helm releases (#3302) 2022-07-26 11:28:46 +02:00
truecharts-bot 8358b360f5 chore: Auto-update chart README [skip ci] 2022-07-24 09:40:43 +00:00
truecharts-bot d550776924 chore: Auto-update chart README [skip ci] 2022-07-23 20:43:38 +00:00
truecharts-bot f3fb628bbd chore: Auto-update chart README [skip ci] 2022-07-23 14:56:05 +00:00
TrueCharts Bot f9940cb96a
chore(deps): update helm general non-major helm releases (#3280) 2022-07-23 15:47:25 +02:00
truecharts-bot 28f252b3f6 chore: Auto-update chart README [skip ci] 2022-07-23 00:22:10 +00:00
Kjeld Schouten-Lebbing 2c844c4b81
chore(charts): Bump all charts to generate config and container references due to huge increase of repository 2022-07-23 00:58:33 +02:00
TrueCharts Bot 1a27d01cf4
chore(deps): update helm general non-major helm releases (#3268)
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-07-23 00:47:31 +02:00
Kjeld Schouten-Lebbing ded5a3c0e6
run prettier as pre-commit hook (#3264) 2022-07-22 20:23:01 +02:00
truecharts-bot 94c1e4d422 chore: Auto-update chart README [skip ci] 2022-07-19 13:18:28 +00:00
Kjeld Schouten-Lebbing 9d230e7e12
chore: Update Readme and Description on SCALE 2022-07-19 14:10:40 +02:00
truecharts-bot 08665d0ee4 chore: Auto-update chart README [skip ci] 2022-07-15 06:38:26 +00:00
TrueCharts Bot 9060be5616
chore(deps): update docker general non-major (#3184)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* revert synclounge and fix domoticz

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-07-15 09:34:07 +03:00
truecharts-bot 9a0bf20b2c chore: Auto-update chart README [skip ci] 2022-07-14 21:27:16 +00:00
Kjeld Schouten-Lebbing 4fc9d425dc
fix(charts): regenerate catalog and update template 2022-07-14 22:21:21 +02:00
truecharts-bot a78365b42f chore: Auto-update chart README [skip ci] 2022-07-14 14:27:53 +00:00
Kjeld Schouten-Lebbing 30c50855e9
fix CI typo and bump again 2022-07-14 15:50:39 +02:00
Kjeld Schouten-Lebbing e1d26bd589
fix(Charts): bump to ensure .helmignore is present on all Charts 2022-07-14 15:47:30 +02:00
truecharts-bot de793efc3e chore: Auto-update chart README [skip ci] 2022-07-12 23:19:47 +00:00
Kjeld Schouten-Lebbing b47799c065
chore(charts): bump to cleanup old docs and use correct icon urls 2022-07-13 00:43:13 +02:00
Stavros Kois 27b742a9ff
chore(apps): update icons (#3156)
* chore(apps): update icons

* bump everything
2022-07-13 00:42:35 +02:00
truecharts-bot 6e5db5c103 chore: Auto-update chart README [skip ci] 2022-07-12 21:13:53 +00:00
Kjeld Schouten-Lebbing 061a7ec7e4
chore(charts): bump to regenerate documentation 2022-07-12 22:41:34 +02:00
truecharts-bot 1b5231f8ab chore: Auto-update chart README [skip ci] 2022-07-12 18:58:45 +00:00
TrueCharts Bot 09e7d55ca8
chore(deps): update helm general non-major helm releases (#3147) 2022-07-12 20:25:00 +02:00
Kjeld Schouten-Lebbing 5f986353f9
remove security scan data from Helm Chart 2022-07-12 13:05:28 +02:00
truecharts-bot c8d2a333b0 chore: Auto-update chart README [skip ci] 2022-07-11 22:15:42 +00:00
Kjeld Schouten-Lebbing 153415cbc7
bump all the things to rerender images/docs and remove unused config.md files 2022-07-11 23:35:47 +02:00
Stavros Kois 4ad582d87f
chore(apps): move icons into the apps folder (#3139)
* chore(apps): move icons into the apps folder

* rename to `icon.png`

* replace solr image

* remove `docs/` from gitignore

* move app specific docs into app folder [skip ci]

* fix some links

* chore(apps): update image links temporary
2022-07-11 17:09:18 +02:00
truecharts-bot 673f0dafc3 chore: Auto-update chart README [skip ci] 2022-07-09 20:27:18 +00:00
TrueCharts Bot 338d2469fc
chore(deps): update helm general non-major helm releases (#3113)
* chore(deps): update helm general non-major helm releases

* remove metallb changes

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-07-09 21:55:24 +02:00
truecharts-bot 8b628f4095 chore: Auto-update chart README [skip ci] 2022-07-04 22:32:57 +00:00
TrueCharts Bot 54dc59b3e1
chore(deps): update helm general non-major helm releases (#3066) 2022-07-04 16:21:32 +02:00
truecharts-bot c5f0ba393b chore: Auto-update chart README [skip ci] 2022-07-01 12:23:23 +00:00
TrueCharts Bot 9acc9a3418
chore(deps): update docker general non-major (#3015)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-01 13:58:48 +02:00
truecharts-bot 3d34adcbe3 chore: Auto-update chart README [skip ci] 2022-06-25 14:48:36 +00:00
TrueCharts Bot cdc9cb3cdd
chore(deps): update helm general non-major helm releases (#2977)
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-06-25 14:22:52 +02:00
truecharts-bot 774371f891 chore: Auto-update chart README [skip ci] 2022-06-25 12:19:20 +00:00
TrueCharts Bot 5f7d0829e1
chore(deps): update docker general non-major (#2960)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-25 13:56:54 +02:00
truecharts-bot 01961e68c0 chore: Auto-update chart README [skip ci] 2022-06-23 02:09:03 +00:00
TrueCharts Bot 21c6d0bbf7
chore(deps): update helm general non-major helm releases (#2948) 2022-06-22 23:39:42 +02:00
truecharts-bot a170fe091f chore: Auto-update chart README [skip ci] 2022-06-21 09:20:23 +00:00
TrueCharts Bot e465a115b4
chore(deps): update helm general non-major helm releases (#2943) 2022-06-21 08:27:33 +02:00
truecharts-bot d7645d15b6 chore: Auto-update chart README [skip ci] 2022-06-17 09:15:27 +00:00
TrueCharts Bot 2f88a8d0bc
chore(deps): update docker general non-major (#2917)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-06-17 10:25:47 +02:00
truecharts-bot 4aeca566c1 chore: Auto-update chart README [skip ci] 2022-06-14 14:56:43 +00:00
TrueCharts Bot c4e1365aed
chore(deps): update helm general non-major helm releases (#2886) 2022-06-14 15:02:17 +02:00
truecharts-bot ccecad4279 chore: Auto-update chart README [skip ci] 2022-06-11 19:16:07 +00:00
TrueCharts Bot c5fd4631f9
chore(deps): update helm general non-major helm releases (#2854) 2022-06-11 20:06:33 +02:00
truecharts-bot 3cfb92e1a5 chore: Auto-update chart README [skip ci] 2022-06-11 07:41:59 +00:00
TrueCharts Bot 069c23a19b
chore(deps): update docker general non-major (#2848)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-11 09:31:56 +02:00
truecharts-bot 940be401d9 chore: Auto-update chart README [skip ci] 2022-06-07 22:59:15 +00:00
Kjeld Schouten-Lebbing 6452c1b36d
fix(charts): hotpatch to disable HPA and networkPolicy in SCALE interface, due to incompatible format. 2022-06-07 23:29:22 +02:00
truecharts-bot 7da0526f98 chore: Auto-update chart README [skip ci] 2022-06-07 19:48:29 +00:00
Kjeld Schouten-Lebbing 6c0a657a63
Merge branch 'master' of github.com:truecharts/apps
# Conflicts:
#	charts/stable/alist/Chart.yaml
2022-06-07 20:37:38 +02:00
Kjeld Schouten-Lebbing 16d15554c1
fix(charts): remove malfunctioning SCALE migration script 2022-06-07 20:36:39 +02:00
truecharts-bot d09c4d7cab chore: Auto-update chart README [skip ci] 2022-06-07 18:33:12 +00:00
Kjeld Schouten-Lebbing 5529c2a3af
refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00
Kjeld Schouten-Lebbing e4911cf0b1
chore(charts): sync all apps persistence configuration and always default to PVC 2022-06-05 17:07:34 +02:00
truecharts-bot da0d3f94cb chore: Auto-update chart README [skip ci] 2022-06-04 21:42:21 +00:00
TrueCharts Bot 8126ba4407
chore(deps): update docker general non-major (#2826)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-04 23:35:14 +02:00
truecharts-bot ec4ba03080 chore: Auto-update chart README [skip ci] 2022-05-31 20:26:49 +00:00
TrueCharts Bot 8def52f470
chore(deps): update helm general non-major helm releases (#2803) 2022-05-31 21:20:34 +02:00
truecharts-bot 304c864d79 chore: Auto-update chart README [skip ci] 2022-05-26 19:29:31 +00:00
truecharts-bot d115ce47ac chore: Auto-update chart README [skip ci] 2022-05-26 10:35:17 +00:00
TrueCharts Bot 68a7098a1e
chore(deps): update helm general non-major helm releases (#2759)
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-05-26 11:34:20 +02:00
truecharts-bot d2f38e3e9d chore: Auto-update chart README [skip ci] 2022-05-24 07:26:11 +00:00
TrueCharts-Bot 6377314a5d chore(deps): update helm general non-major helm releases 2022-05-24 08:22:00 +02:00
truecharts-bot 75b9556877 chore: Auto-update chart README [skip ci] 2022-05-22 06:12:12 +00:00
TrueCharts Bot 75a6325ff2
chore(deps): update docker general non-major (#2720)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-20 11:48:30 +02:00
truecharts-bot 92736eb2fb chore: Auto-update chart README [skip ci] 2022-05-18 20:10:07 +00:00
truecharts-bot 7e4754dbf8 chore: Auto-update chart README [skip ci] 2022-05-17 19:25:52 +00:00
TrueCharts-Bot 6173a22c31 chore(deps): update helm general non-major helm releases 2022-05-17 20:27:02 +02:00
truecharts-bot 69fea8f914 chore: Auto-update chart README [skip ci] 2022-05-17 08:50:16 +00:00
TrueCharts-Bot 1b1edccfc1 chore(deps): update helm general non-major helm releases 2022-05-17 08:28:26 +02:00
truecharts-bot 14681c6229 chore: Auto-update chart README [skip ci] 2022-05-13 18:34:16 +00:00
TrueCharts Bot a7da9d0914
chore(deps): update docker general non-major (#2658)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-13 09:35:54 +02:00
truecharts-bot e8dd980eee chore: Auto-update chart README [skip ci] 2022-05-10 21:17:41 +00:00
renovate[bot] 6600c918a4
chore(deps): update helm general non-major helm releases (#2649)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-10 22:21:24 +02:00
truecharts-bot 5ce9d536c2 chore: Auto-update chart README [skip ci] 2022-05-06 05:45:17 +00:00
TrueCharts-Bot 168d4cad54 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-06 05:39:34 +00:00
TrueCharts-Bot 63b2e83f9e chore(deps): update docker general non-major 2022-05-06 05:39:34 +00:00
truecharts-bot 836d18469e chore: Auto-update chart README [skip ci] 2022-05-05 09:00:47 +00:00
renovate[bot] 7692c86fac
chore(deps): update helm general non-major helm releases (#2612)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-05 10:05:05 +02:00
truecharts-bot f7a4c04ae3 chore: Auto-update chart README [skip ci] 2022-04-26 20:05:48 +00:00
renovate[bot] 5ebabd020b
chore(deps): update helm general non-major helm releases (#2573)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-26 21:11:09 +02:00
truecharts-bot 7160d0f393 chore: Auto-update chart README [skip ci] 2022-04-20 21:21:59 +00:00
renovate[bot] ff20763663
chore(deps): update helm general non-major helm releases (#2524)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-20 22:29:17 +02:00
Stavros Kois fbfdba8c05
chore(apps): add missing quote on description (#2515) 2022-04-20 09:35:54 +02:00
truecharts-bot a04c8c06ea chore: Auto-update chart README [skip ci] 2022-04-16 09:23:21 +00:00
renovate[bot] 1b2f1d7fce
chore(deps): update docker general non-major (#2494)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-16 08:31:21 +02:00
truecharts-bot 31e0c44fb4 chore: Auto-update chart README [skip ci] 2022-04-12 17:24:36 +00:00
renovate[bot] 380d1412f6
chore(deps): update helm general non-major helm releases (#2480)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-12 18:25:26 +02:00
truecharts-bot b6ebb6b899 chore: Auto-update chart README [skip ci] 2022-04-03 16:31:59 +00:00
renovate[bot] 7da3f33f3e
chore(deps): update helm general non-major helm releases (#2410)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-03 17:42:54 +02:00
truecharts-bot bf226df7a4 chore: Auto-update chart README [skip ci] 2022-04-01 03:59:25 +00:00
TrueCharts-Bot 09e779d3a2 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-01 03:47:57 +00:00
TrueCharts-Bot bce3c8f28d chore(deps): update docker general non-major 2022-04-01 03:47:57 +00:00
truecharts-bot c30a0408c4 chore: Auto-update chart README [skip ci] 2022-03-31 13:59:34 +00:00
renovate[bot] 190efd4a36
chore(deps): update helm general non-major helm releases (#2361)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-31 14:14:59 +02:00
truecharts-bot 8e88ba2830 chore: Auto-update chart README [skip ci] 2022-03-30 20:23:21 +00:00
renovate[bot] 6c01d54cd4
chore(deps): update helm general non-major helm releases (#2354)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-30 21:26:59 +02:00
TrueCharts-Bot 33eeec3418 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-26 15:30:42 +00:00
kjeld Schouten-Lebbing 810f1bf60e
chore(apps): bump all apps to trigger ci 2022-03-26 15:29:49 +01:00
Stavros Kois 61a6c7e967
chore(apps): update common lib referece (#2288)
* chore(apps): update common lib referece

* bump apps

* trigger
2022-03-26 14:07:37 +01:00
TrueCharts-Bot dc3763b22c chore(deps): update helm general non-major helm releases 2022-03-22 12:18:52 -04:00
renovate[bot] 4768f1aa44
chore(deps): update helm general non-major helm releases (#2201)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-17 19:59:49 +01:00
TrueCharts-Bot 551902d97b Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-17 08:36:39 +00:00
renovate[bot] 5c2206eb40
chore(deps): update docker general non-major (#2198)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-17 09:15:06 +01:00
Kjeld Schouten-Lebbing 28e7d5dd0f
Revert "chore(deps): update docker general non-major (#2196)" (#2197)
This reverts commit 82d2ec2805.
2022-03-17 09:06:41 +01:00
renovate[bot] 82d2ec2805
chore(deps): update docker general non-major (#2196)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-17 09:06:13 +01:00
renovate[bot] ee34b96806
chore(deps): update helm general non-major helm releases (#2177)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-15 23:23:30 +01:00
TrueCharts-Bot 99841ef741 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-07 17:20:42 +00:00
renovate[bot] 958cac32e0
chore(deps): update helm general non-major helm releases (#2111)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-07 17:11:28 +01:00
Stavros Kois a2c6aaaa8e
chore(docs): Remove `-icon` string from icon png's (#2040)
* rename icons (remove `-icon`)

* Remove (`-icon`) from chart.yaml

* Add 2 icons

* slight format change

* remove -icon
2022-03-06 20:11:45 +01:00
TrueCharts-Bot dca13a9bd1 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-03 23:48:12 +00:00
renovate[bot] e67a958989
chore(deps): update helm general major helm releases (#2021)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03 22:32:24 +01:00
kjeld Schouten-Lebbing 8f1c3514d2
chore(Apps): remove fixed env from questions.yaml 2022-03-03 17:47:57 +01:00
Kjeld Schouten-Lebbing 4c5c3e5197
fix(Apps): BREAKING CHANGE Move some env-vars outside of env section (#2010)
* set TZ, PUID and UMASK differently

* more fixes

* this might be breaking so bump major

* ensure PUID and UMASK references are updated

* update test

* fiz references
2022-03-03 15:04:31 +01:00
kjeld Schouten-Lebbing f7c5dac8b2
chore(Apps): remove PUID from per-app env-vars if set to 568 2022-03-03 12:22:39 +01:00
TrueCharts-Bot 41567bde74 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-02 12:51:49 +00:00
renovate[bot] af26f1bf73
chore(deps): update helm general non-major helm releases (#1999)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-02 12:33:35 +01:00
TrueCharts-Bot 2d73b76a4e Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-28 11:54:51 +00:00
renovate[bot] 18ad857247
chore(deps): update docker general non-major (#1980)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-28 12:43:37 +01:00
Stavros Kois 33275c3883
chore(apps): rename `web_portal` to `open` (#1957) 2022-02-24 19:15:06 +01:00
TrueCharts-Bot 1ca591f026 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-22 00:08:46 +00:00
renovate[bot] a31cfa91f8
chore(deps): update helm general non-major helm releases (#1927)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-22 00:17:51 +01:00
TrueCharts-Bot fbe92bcce4 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-21 17:08:03 +00:00
renovate[bot] c4e08f8f25
chore(deps): update docker general non-major (#1924)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-21 17:53:17 +01:00
TrueCharts-Bot 431111781b Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-15 14:42:47 +00:00
renovate[bot] 8fcbafa2a1
chore(deps): update helm general non-major helm releases (#1901)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-15 14:51:55 +01:00
TrueCharts-Bot e61f57dd60 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-10 16:28:00 +00:00
renovate[bot] 3ff538a498
chore(deps): update docker general non-major (#1876)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-10 17:15:40 +01:00
TrueCharts-Bot dd4df3f95d Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-08 17:15:24 +00:00
renovate[bot] b3740090db
chore(deps): update helm general non-major helm releases (#1871)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-08 17:06:31 +01:00
TrueCharts-Bot 4c1ca89570 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-06 17:25:51 +00:00
renovate[bot] 9c0bf192e8
chore(deps): update helm chart common to v8.15.0 (#1859)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 17:07:47 +01:00
TrueCharts-Bot c9b51a6d9e Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-05 12:54:37 +00:00
renovate[bot] 4cf58ad87e
chore(deps): update helm general non-major helm releases (#1852)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-05 12:48:19 +01:00
TrueCharts-Bot 65aa0642fb Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-03 18:16:39 +00:00
renovate[bot] 9e485d950f
chore(deps): update docker general major docker tags (major) (#1835)
* chore(deps): update docker general major docker tags

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-03 19:10:17 +01:00
TrueCharts-Bot cae2355668 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-02 14:15:16 +00:00
renovate[bot] 0ff4ec7d06
chore(deps): update helm general non-major helm releases (#1828)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-02 14:27:42 +01:00
TrueCharts-Bot e6f1f5159f Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-25 20:07:41 +00:00
renovate[bot] fa2166391e
chore(deps): update helm general non-major helm releases (#1791)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-25 20:17:24 +01:00
TrueCharts-Bot 2bcc34b874 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-24 13:06:00 +00:00
renovate[bot] 7e89255cd6
chore(deps): update docker general non-major (#1786)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-24 13:56:18 +01:00
TrueCharts-Bot 34d1b4debd Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-22 14:28:47 +00:00
renovate[bot] 8118507400
chore(deps): update helm general non-major helm releases (#1766)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-22 14:44:34 +01:00
TrueCharts-Bot 587edbd823 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-21 13:03:36 +00:00
renovate[bot] 7e850a5e6d
chore(deps): update helm general non-major helm releases (#1759)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-21 13:14:05 +01:00
Kjeld Schouten-Lebbing a571f0d1eb
fix(apps): set additional_attrs: true on all dicts (#1750)
* fix(docs): update the backup and restore guide

* fix(apps): set additional_attrs: true on all dicts

* even more
2022-01-21 01:35:59 +01:00
TrueCharts-Bot 0b2b1051d1 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-18 16:08:04 +00:00
renovate[bot] 55ca29a61f
chore(deps): update helm general non-major helm releases (#1732)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-18 16:02:01 +01:00
TrueCharts-Bot 0b74e15ca8 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-18 00:16:31 +00:00
renovate[bot] eb54f0f599
chore(deps): update docker general non-major (#1728)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-18 00:58:21 +01:00
TrueCharts-Bot 8996ba91ab Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-13 17:23:23 +00:00
renovate[bot] d0578f13ae
chore(deps): update helm general non-major helm releases (#1712)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-13 17:39:12 +01:00
Kjeld Schouten-Lebbing 80039c40a7
feat(gui): expose capabilities in GUI (#1709)
* feat(common): expose capabilities in GUI

* add advanced podsecuritycontext include to all Apps

* add securityContext advanced include to all Apps
2022-01-13 12:18:20 +01:00
TrueCharts-Bot d10221485a Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-13 00:08:34 +00:00
renovate[bot] 09c30d8602
chore(deps): update helm general non-major helm releases (#1704)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-13 00:09:13 +01:00
TrueCharts-Bot 168eabdfe6 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-11 18:34:38 +00:00
renovate[bot] a65b0681f5
chore(deps): update helm general non-major helm releases (#1693)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-11 18:43:10 +01:00
TrueCharts-Bot 2d530f28ea Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-10 18:07:26 +00:00
renovate[bot] 47d9c81e5c
chore(deps): update docker general non-major (#1677)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-01-10 18:55:19 +01:00
TrueCharts-Bot be4984be94 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-04 20:49:29 +00:00
Renovate Bot 6bc77fd079 chore(deps): update helm general non-major helm releases 2022-01-04 20:09:50 +00:00
TrueCharts-Bot b596ad16b3 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-28 15:32:09 +00:00
renovate[bot] 471e82aac4
chore(deps): update helm general non-major helm releases (#1623)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-28 15:46:00 +01:00
TrueCharts-Bot 6a4d04ef34 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-24 17:41:49 +00:00
renovate[bot] cdc192e00e
chore(deps): update docker general non-major (#1607)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-24 18:33:13 +01:00
TrueCharts-Bot c7bcde2d27 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-21 18:46:27 +00:00
renovate[bot] 7d8245d5ce
chore(deps): update helm general non-major helm releases (#1596)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-21 19:07:31 +01:00
TrueCharts-Bot c815c49fc5 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-19 23:48:50 +00:00
kjeld Schouten-Lebbing 4d67abc47d
chore(apps): Last patch bump before RC2 branch-off 2021-12-20 00:02:11 +01:00
TrueCharts-Bot 2761b99c82 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-19 19:01:08 +00:00
renovate[bot] 1fabdd98d0
chore(deps): update helm general non-major helm releases (#1571)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-19 18:55:43 +01:00
Kjeld Schouten-Lebbing 5092e970d9
chore(apps): completely remove mountPath reference from GUI (#1572) 2021-12-19 18:55:24 +01:00
TrueCharts-Bot 6b6a2eb4b2 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-19 15:38:23 +00:00
renovate[bot] 1f333d7f9c
chore(deps): update docker general non-major (#1567)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-19 16:27:53 +01:00
TrueCharts-Bot 552fd3d562 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-18 20:15:26 +00:00
Stavros Kois cf1485a0b7
chore(apps): cleanup questions by removing hidden dicts (#1558)
* chore(apps): cleanup questions by removing hidden dicts

* persistence cleanup pt1

* persistence cleanup pt2

* persistence cleanup pt3

* persistence cleanup pt4

* persistence cleanup pt5

* remove gui for staticfiles for recipes

* make mountPath visible and read-only field

* make mountPath visible and read-only field

* bump patch

* remove trailing `/` on paths and fix freerad

* enable udev (scrutiny)

* also cleanup vCT

* move mountPath under advanced

* update mountPath label

* bump patch dep train
2021-12-18 20:25:00 +01:00
TrueCharts-Bot 758e45a30e Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-17 11:25:46 +00:00
Stavros Kois 1b7cba916c
fix(apps): enable secondary services on some new apps (#1548)
* fix(apps): enable secondary services on some new apps

* bump patch
2021-12-17 12:20:48 +01:00
NightShaman f840d3c2a2
chore(apps): App-Icon Organization (#1539) 2021-12-15 18:52:33 +01:00
TrueCharts-Bot 2de786dc43 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-14 20:47:51 +00:00
renovate[bot] 2ea1e021c1
chore(deps): update helm general non-major helm releases (#1535)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-14 21:03:35 +01:00
TrueCharts-Bot 9de89eab30 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-13 12:44:41 +00:00
kjeld Schouten-Lebbing d57586bd73
chore(apps): move incubator apps to stable and bump everything 2021-12-13 12:55:31 +01:00