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-19 23:48:50 +00:00
parent 4d67abc47d
commit c815c49fc5
527 changed files with 5688 additions and 1061 deletions
+10
View File
@@ -1,6 +1,16 @@
# Changelog<br>
<a name="paperless-ng-1.0.4"></a>
### [paperless-ng-1.0.4](https://github.com/truecharts/apps/compare/paperless-ng-1.0.3...paperless-ng-1.0.4) (2021-12-19)
#### Chore
* Last patch bump before RC2 branch-off
* move `envTpl` to `env` ([#1578](https://github.com/truecharts/apps/issues/1578))
<a name="paperless-ng-1.0.3"></a>
### [paperless-ng-1.0.3](https://github.com/truecharts/apps/compare/paperless-ng-1.0.2...paperless-ng-1.0.3) (2021-12-19)
+6 -6
View File
@@ -13,15 +13,15 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| env.PAPERLESS_CONSUMPTION_DIR | string | `"/consume/"` | |
| env.PAPERLESS_DATA_DIR | string | `"/config/"` | |
| env.PAPERLESS_DBNAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| env.PAPERLESS_DBPORT | string | `"5432"` | |
| env.PAPERLESS_DBUSER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.PAPERLESS_MEDIA_ROOT | string | `"/media/"` | |
| env.PAPERLESS_STATICDIR | string | `"/static/"` | |
| env.PAPERLESS_TIME_ZONE | string | `"{{ .Values.env.TZ }}"` | |
| 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 }}"` | |
| env.USERMAP_GID | string | `"{{ .Values.env.PGID }}"` | |
| env.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"` | |