Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-17 22:09:53 +00:00
parent d21615d259
commit 1a348e5602
9 changed files with 2462 additions and 801 deletions
+35 -4
View File
@@ -11,17 +11,48 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.PAPERLESS_CONSUMPTION_DIR | string | `"/consume/"` | |
| env.PAPERLESS_DATA_DIR | string | `"/config/"` | |
| env.PAPERLESS_MEDIA_ROOT | string | `"/media/"` | |
| env.PAPERLESS_STATICDIR | string | `"/static/"` | |
| env.PUID | int | `568` | |
| envTpl.PAPERLESS_DBNAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| envTpl.PAPERLESS_DBPORT | string | `"5432"` | |
| envTpl.PAPERLESS_DBUSER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| envTpl.PAPERLESS_TIME_ZONE | string | `"{{ .Values.env.TZ }}"` | |
| envTpl.USERMAP_GID | string | `"{{ .Values.env.PGID }}"` | |
| envTpl.USERMAP_UID | string | `"{{ .Values.env.PUID }}"` | |
| envValueFrom.PAPERLESS_DBHOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.PAPERLESS_DBHOST.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.PAPERLESS_DBPASS.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.PAPERLESS_DBPASS.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.PAPERLESS_REDIS.secretKeyRef.key | string | `"url"` | |
| envValueFrom.PAPERLESS_REDIS.secretKeyRef.name | string | `"rediscreds"` | |
| envValueFrom.PAPERLESS_SECRET_KEY.secretKeyRef.key | string | `"PAPERLESS_SECRET_KEY"` | |
| envValueFrom.PAPERLESS_SECRET_KEY.secretKeyRef.name | string | `"paperlessng-secrets"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/paperless-ng"` | |
| image.tag | string | `"v1.5.0"` | |
| image.tag | string | `"v1.5.0@sha256:aef66d1bd436e237d0f6eb87dc5c0efe437b9ebcb4f20383dc36c165308df755"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
| persistence.varrun.enabled | bool | `true` | |
| persistence.consume.enabled | bool | `true` | |
| persistence.consume.mountPath | string | `"/consume"` | |
| persistence.media.enabled | bool | `true` | |
| persistence.media.mountPath | string | `"/media"` | |
| persistence.static.enabled | bool | `true` | |
| persistence.static.mountPath | string | `"/static"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"paperless-ng"` | |
| postgresql.postgresqlUsername | string | `"paperless-ng"` | |
| redis.enabled | bool | `true` | |
| redis.existingSecret | string | `"rediscreds"` | |
| redis.redisUsername | string | `"paperless-ng"` | |
| secret.PAPERLESS_ADMIN_MAIL | string | `"admin@admin.com"` | |
| secret.PAPERLESS_ADMIN_PASSWORD | string | `"admin"` | |
| secret.PAPERLESS_ADMIN_USER | string | `"admin"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10140` | |