Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,19 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="papermerge-0.0.4"></a>
|
||||||
|
### [papermerge-0.0.4](https://github.com/truecharts/apps/compare/papermerge-0.0.3...papermerge-0.0.4) (2021-12-18)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539))
|
||||||
|
|
||||||
|
#### Feat
|
||||||
|
|
||||||
|
* add redis support ([#1554](https://github.com/truecharts/apps/issues/1554))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="papermerge-0.0.3"></a>
|
<a name="papermerge-0.0.3"></a>
|
||||||
### [papermerge-0.0.3](https://github.com/truecharts/apps/compare/papermerge-0.0.2...papermerge-0.0.3) (2021-12-14)
|
### [papermerge-0.0.3](https://github.com/truecharts/apps/compare/papermerge-0.0.2...papermerge-0.0.3) (2021-12-14)
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://truecharts.org | common | 8.9.21 |
|
| https://truecharts.org | common | 8.9.21 |
|
||||||
|
| https://truecharts.org | redis | 1.0.36 |
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| env.PUID | int | `568` | |
|
| env.PUID | int | `568` | |
|
||||||
|
| envValueFrom.REDIS_URL.secretKeyRef.key | string | `"url"` | |
|
||||||
|
| envValueFrom.REDIS_URL.secretKeyRef.name | string | `"rediscreds"` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"tccr.io/truecharts/papermerge"` | |
|
| image.repository | string | `"tccr.io/truecharts/papermerge"` | |
|
||||||
| image.tag | string | `"v2.0.1"` | |
|
| image.tag | string | `"v2.0.1"` | |
|
||||||
@@ -20,6 +22,9 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| persistence.varrun.enabled | bool | `true` | |
|
| persistence.varrun.enabled | bool | `true` | |
|
||||||
| podSecurityContext.runAsGroup | int | `0` | |
|
| podSecurityContext.runAsGroup | int | `0` | |
|
||||||
| podSecurityContext.runAsUser | int | `0` | |
|
| podSecurityContext.runAsUser | int | `0` | |
|
||||||
|
| redis.enabled | bool | `true` | |
|
||||||
|
| redis.existingSecret | string | `"rediscreds"` | |
|
||||||
|
| redis.redisUsername | string | `"papermerge"` | |
|
||||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||||
| securityContext.runAsNonRoot | bool | `false` | |
|
| securityContext.runAsNonRoot | bool | `false` | |
|
||||||
| service.main.ports.main.port | int | `10141` | |
|
| service.main.ports.main.port | int | `10141` | |
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,19 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="papermerge-0.0.4"></a>
|
||||||
|
### [papermerge-0.0.4](https://github.com/truecharts/apps/compare/papermerge-0.0.3...papermerge-0.0.4) (2021-12-18)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539))
|
||||||
|
|
||||||
|
#### Feat
|
||||||
|
|
||||||
|
* add redis support ([#1554](https://github.com/truecharts/apps/issues/1554))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="papermerge-0.0.3"></a>
|
<a name="papermerge-0.0.3"></a>
|
||||||
### [papermerge-0.0.3](https://github.com/truecharts/apps/compare/papermerge-0.0.2...papermerge-0.0.3) (2021-12-14)
|
### [papermerge-0.0.3](https://github.com/truecharts/apps/compare/papermerge-0.0.2...papermerge-0.0.3) (2021-12-14)
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| env.PUID | int | `568` | |
|
| env.PUID | int | `568` | |
|
||||||
|
| envValueFrom.REDIS_URL.secretKeyRef.key | string | `"url"` | |
|
||||||
|
| envValueFrom.REDIS_URL.secretKeyRef.name | string | `"rediscreds"` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"tccr.io/truecharts/papermerge"` | |
|
| image.repository | string | `"tccr.io/truecharts/papermerge"` | |
|
||||||
| image.tag | string | `"v2.0.1"` | |
|
| image.tag | string | `"v2.0.1"` | |
|
||||||
@@ -20,6 +22,9 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| persistence.varrun.enabled | bool | `true` | |
|
| persistence.varrun.enabled | bool | `true` | |
|
||||||
| podSecurityContext.runAsGroup | int | `0` | |
|
| podSecurityContext.runAsGroup | int | `0` | |
|
||||||
| podSecurityContext.runAsUser | int | `0` | |
|
| podSecurityContext.runAsUser | int | `0` | |
|
||||||
|
| redis.enabled | bool | `true` | |
|
||||||
|
| redis.existingSecret | string | `"rediscreds"` | |
|
||||||
|
| redis.redisUsername | string | `"papermerge"` | |
|
||||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||||
| securityContext.runAsNonRoot | bool | `false` | |
|
| securityContext.runAsNonRoot | bool | `false` | |
|
||||||
| service.main.ports.main.port | int | `10141` | |
|
| service.main.ports.main.port | int | `10141` | |
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://truecharts.org | common | 8.9.21 |
|
| https://truecharts.org | common | 8.9.21 |
|
||||||
|
| https://truecharts.org | redis | 1.0.36 |
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
+36
-1
@@ -14932,6 +14932,41 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/paperless-ng-0.0.1/paperless-ng-0.0.1.tgz
|
- https://github.com/truecharts/apps/releases/download/paperless-ng-0.0.1/paperless-ng-0.0.1.tgz
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
papermerge:
|
papermerge:
|
||||||
|
- annotations:
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- incubator
|
||||||
|
truecharts.org/grade: U
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 2.0.1
|
||||||
|
created: "2021-12-18T01:08:39.398465221Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org
|
||||||
|
version: 8.9.21
|
||||||
|
- condition: redis.enabled
|
||||||
|
name: redis
|
||||||
|
repository: https://truecharts.org
|
||||||
|
version: 1.0.36
|
||||||
|
description: Papermerge is an open source document management system (DMS) primarily
|
||||||
|
designed for archiving and retrieving your digital documents.
|
||||||
|
digest: 6a7d1ccf5125b3082e48292aac9c79792d12e2e75e0ac1c1a9c351484cf87220
|
||||||
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/papermerge
|
||||||
|
icon: https://truecharts.org/_static/img/appicons/papermerge-icon.png
|
||||||
|
keywords:
|
||||||
|
- papermerge
|
||||||
|
kubeVersion: '>=1.16.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: papermerge
|
||||||
|
sources:
|
||||||
|
- https://hub.docker.com/r/linuxserver/papermerge
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/papermerge-0.0.4/papermerge-0.0.4.tgz
|
||||||
|
version: 0.0.4
|
||||||
- annotations:
|
- annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
@@ -23640,4 +23675,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
||||||
version: 9.0.24
|
version: 9.0.24
|
||||||
generated: "2021-12-17T22:09:52.820150174Z"
|
generated: "2021-12-18T01:08:39.400217122Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user