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
@@ -1,6 +1,18 @@
# Changelog<br>
<a name="joplin-server-5.0.16"></a>
### [joplin-server-5.0.16](https://github.com/truecharts/apps/compare/joplin-server-5.0.15...joplin-server-5.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 hidden vars/configs from `questions.yaml` after making sure they are defined in `values.yaml` ([#1577](https://github.com/truecharts/apps/issues/1577))
* remove `editable: true` as this is the default ([#1576](https://github.com/truecharts/apps/issues/1576))
<a name="joplin-server-5.0.15"></a>
### [joplin-server-5.0.15](https://github.com/truecharts/apps/compare/joplin-server-5.0.14...joplin-server-5.0.15) (2021-12-19)
@@ -15,10 +15,6 @@ You will, however, be able to use all values referenced in the common chart here
| env.APP_BASE_URL | string | `"https://joplin.domain"` | joplin-server base URL |
| env.APP_PORT | int | `22300` | joplin-server listening port (same as Service port) |
| env.TZ | string | `"UTC"` | Set the container timezone |
| envTpl.DB_CLIENT | string | `"pg"` | |
| envTpl.POSTGRES_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| envTpl.POSTGRES_PORT | string | `"5432"` | |
| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |