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="kanboard-5.0.17"></a>
### [kanboard-5.0.17](https://github.com/truecharts/apps/compare/kanboard-5.0.16...kanboard-5.0.17) (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="kanboard-5.0.16"></a>
### [kanboard-5.0.16](https://github.com/truecharts/apps/compare/kanboard-5.0.15...kanboard-5.0.16) (2021-12-19)
-4
View File
@@ -15,10 +15,6 @@ You will, however, be able to use all values referenced in the common chart here
| env.LOG_DRIVER | string | `"stdout"` | log driver: syslog, stderr, stdout or file |
| env.MAIL_CONFIGURATION | bool | `false` | Enable/disable email configuration from the user interface |
| env.TZ | string | `"UTC"` | Set the container timezone |
| envTpl.DB_DRIVER | string | `"postgres"` | |
| envTpl.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| envTpl.DB_PORT | string | `"5432"` | |
| envTpl.DB_USERNAME | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| envValueFrom.DB_HOSTNAME.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.DB_HOSTNAME.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |