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
+11
View File
@@ -1,6 +1,17 @@
# Changelog<br>
<a name="shiori-4.0.16"></a>
### [shiori-4.0.16](https://github.com/truecharts/apps/compare/shiori-4.0.15...shiori-4.0.16) (2021-12-19)
#### Chore
* Last patch bump before RC2 branch-off
* move `envTpl` to `env` ([#1578](https://github.com/truecharts/apps/issues/1578))
* remove `editable: true` as this is the default ([#1576](https://github.com/truecharts/apps/issues/1576))
<a name="shiori-4.0.15"></a>
### [shiori-4.0.15](https://github.com/truecharts/apps/compare/shiori-4.0.14...shiori-4.0.15) (2021-12-19)
+2 -2
View File
@@ -12,8 +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` | |
| envTpl.SHIORI_PG_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| envTpl.SHIORI_PG_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.SHIORI_PG_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| env.SHIORI_PG_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| envValueFrom.SHIORI_PG_HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.SHIORI_PG_HOST.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.SHIORI_PG_PASS.secretKeyRef.key | string | `"postgresql-password"` | |