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="etherpad-5.0.16"></a>
|
||||
### [etherpad-5.0.16](https://github.com/truecharts/apps/compare/etherpad-5.0.15...etherpad-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 `editable: true` as this is the default ([#1576](https://github.com/truecharts/apps/issues/1576))
|
||||
|
||||
|
||||
|
||||
<a name="etherpad-5.0.15"></a>
|
||||
### [etherpad-5.0.15](https://github.com/truecharts/apps/compare/etherpad-5.0.14...etherpad-5.0.15) (2021-12-19)
|
||||
|
||||
|
||||
@@ -11,11 +11,10 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env | object | `{}` | |
|
||||
| envTpl.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.DB_PORT | string | `"5432"` | |
|
||||
| envTpl.DB_TYPE | string | `"postgres"` | |
|
||||
| envTpl.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| env.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| env.DB_PORT | string | `"5432"` | |
|
||||
| env.DB_TYPE | string | `"postgres"` | |
|
||||
| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.DB_PASS.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
|
||||
Reference in New Issue
Block a user