Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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"` | |
|
||||
|
||||
Reference in New Issue
Block a user