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-18 01:08:39 +00:00
parent 7aa0141f0a
commit 82298852f4
9 changed files with 532 additions and 25 deletions
+13
View File
@@ -1,6 +1,19 @@
# 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>
### [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 |
|-----|------|---------|-------------|
| env.PUID | int | `568` | |
| envValueFrom.REDIS_URL.secretKeyRef.key | string | `"url"` | |
| envValueFrom.REDIS_URL.secretKeyRef.name | string | `"rediscreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/papermerge"` | |
| 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` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| redis.enabled | bool | `true` | |
| redis.existingSecret | string | `"rediscreds"` | |
| redis.redisUsername | string | `"papermerge"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10141` | |
+1
View File
@@ -18,6 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| 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