Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="paperless-ng-1.0.0"></a>
|
||||
### [paperless-ng-1.0.0](https://github.com/truecharts/apps/compare/paperless-ng-0.0.4...paperless-ng-1.0.0) (2021-12-17)
|
||||
|
||||
#### Feat
|
||||
|
||||
* move to official image ([#1552](https://github.com/truecharts/apps/issues/1552))
|
||||
|
||||
|
||||
|
||||
<a name="paperless-ng-0.0.4"></a>
|
||||
### [paperless-ng-0.0.4](https://github.com/truecharts/apps/compare/paperless-ng-0.0.3...paperless-ng-0.0.4) (2021-12-17)
|
||||
|
||||
|
||||
@@ -17,7 +17,9 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 6.0.31 |
|
||||
| https://truecharts.org | common | 8.9.21 |
|
||||
| https://truecharts.org | redis | 1.0.36 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -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` | |
|
||||
|
||||
+1165
-396
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user