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="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)
|
||||
|
||||
|
||||
@@ -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"` | |
|
||||
|
||||
Reference in New Issue
Block a user