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

View File

@ -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)

View File

@ -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

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` | |

File diff suppressed because one or more lines are too long

View File

@ -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)

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` | |

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -14768,6 +14768,45 @@ entries:
- https://github.com/truecharts/apps/releases/download/owncloud-ocis-4.0.21/owncloud-ocis-4.0.21.tgz
version: 4.0.21
paperless-ng:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- incubator
truecharts.org/grade: U
apiVersion: v2
appVersion: 1.5.0
created: "2021-12-17T22:09:52.819255474Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.21
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 6.0.31
- condition: redis.enabled
name: redis
repository: https://truecharts.org
version: 1.0.36
description: Paperless-ng is an application by Daniel Quinn and contributors that
indexes your scanned documents.
digest: bf73a095489581cf18103e6dc417244183e697d05f772935d237f11bebd71bde
home: https://github.com/truecharts/apps/tree/master/charts/stable/paperless-ng
icon: https://truecharts.org/_static/img/appicons/paperless-ng-icon.png
keywords:
- paperless-ng
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: paperless-ng
sources:
- https://hub.docker.com/r/linuxserver/paperless-ng
type: application
urls:
- https://github.com/truecharts/apps/releases/download/paperless-ng-1.0.0/paperless-ng-1.0.0.tgz
version: 1.0.0
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -23601,4 +23640,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
version: 9.0.24
generated: "2021-12-17T14:00:55.146772875Z"
generated: "2021-12-17T22:09:52.820150174Z"