Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-03-12 06:04:44 +00:00
parent 2cbd3a1035
commit 226131fba6
9 changed files with 369 additions and 277 deletions
@@ -17,7 +17,10 @@ You will, however, be able to use all values referenced in the common chart here
| env.PAPERLESS_DBPORT | string | `"5432"` | |
| env.PAPERLESS_DBUSER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.PAPERLESS_MEDIA_ROOT | string | `"/media/"` | |
| env.PAPERLESS_PORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | |
| env.PAPERLESS_TIME_ZONE | string | `"{{ .Values.TZ }}"` | |
| env.PAPERLESS_TRASH_DIR | string | `"/data/trash/"` | |
| env.PAPERLESS_WEBSERVER_WORKERS | int | `2` | |
| env.USERMAP_GID | string | `"{{ .Values.podSecurityContext.fsGroup }}"` | |
| env.USERMAP_UID | string | `"{{ .Values.security.PUID }}"` | |
| envValueFrom.PAPERLESS_DBHOST.secretKeyRef.key | string | `"plainhost"` | |