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="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)
-5
View File
@@ -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"` | |