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="dsmr-reader-5.0.15"></a>
|
||||
### [dsmr-reader-5.0.15](https://github.com/truecharts/apps/compare/dsmr-reader-5.0.14...dsmr-reader-5.0.15) (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="dsmr-reader-5.0.14"></a>
|
||||
### [dsmr-reader-5.0.14](https://github.com/truecharts/apps/compare/dsmr-reader-5.0.13...dsmr-reader-5.0.14) (2021-12-19)
|
||||
|
||||
|
||||
@@ -13,11 +13,6 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
|-----|------|---------|-------------|
|
||||
| env | object | See below | environment variables. See [image docs](https://github.com/xirixiz/dsmr-reader-docker#dsmr-reader---environment-variables) for more details. |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| envTpl.DJANGO_DATABASE_ENGINE | string | `"django.db.backends.postgresql"` | |
|
||||
| envTpl.DJANGO_DATABASE_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.DJANGO_DATABASE_PORT | string | `"5432"` | |
|
||||
| envTpl.DJANGO_DATABASE_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envTpl.DJANGO_TIME_ZONE | string | `"{{ .Values.env.TZ }}"` | |
|
||||
| envValueFrom.DJANGO_DATABASE_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.DJANGO_DATABASE_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.DJANGO_DATABASE_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
|
||||
Reference in New Issue
Block a user