Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-02-24 15:59:46 +00:00
parent 194eb5c66c
commit 19fd5e6a99
16 changed files with 566 additions and 2 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="ubooquity-1.0.0"></a>
### [ubooquity-1.0.0](https://github.com/truecharts/apps/compare/ubooquity-0.0.22...ubooquity-1.0.0) (2022-02-24)
#### Fix
* Add admin service and portal ([#1951](https://github.com/truecharts/apps/issues/1951))
<a name="ubooquity-0.0.22"></a>
### [ubooquity-0.0.22](https://github.com/truecharts/apps/compare/ubooquity-0.0.21...ubooquity-0.0.22) (2022-02-21)
@@ -11,16 +11,25 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.MAXMEM | int | `512` | |
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/ubooquity"` | |
| image.tag | string | `"v2.1.2"` | |
| persistence.books.enabled | bool | `true` | |
| persistence.books.mountPath | string | `"/books"` | |
| persistence.comics.enabled | bool | `true` | |
| persistence.comics.mountPath | string | `"/comics"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.files.enabled | bool | `true` | |
| persistence.files.mountPath | string | `"/files"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.admin.ports.admin.port | int | `2203` | |
| service.admin.ports.admin.targetPort | int | `2203` | |
| service.main.ports.main.port | int | `2202` | |
| service.main.ports.main.targetPort | int | `2202` | |