Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="odoo-6.0.3"></a>
|
||||
### [odoo-6.0.3](https://github.com/truecharts/apps/compare/odoo-6.0.2...odoo-6.0.3) (2022-03-06)
|
||||
|
||||
#### Fix
|
||||
|
||||
* change db name to "postgres" ([#2042](https://github.com/truecharts/apps/issues/2042))
|
||||
|
||||
|
||||
|
||||
<a name="odoo-6.0.2"></a>
|
||||
### [odoo-6.0.2](https://github.com/truecharts/apps/compare/odoo-6.0.0...odoo-6.0.2) (2022-03-06)
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| persistence.odoo.mountPath | string | `"/var/lib/odoo"` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"odoo"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"postgres"` | |
|
||||
| postgresql.postgresqlUsername | string | `"odoo"` | |
|
||||
| service.main.ports.main.port | int | `8069` | |
|
||||
| service.main.ports.main.targetPort | int | `8069` | |
|
||||
|
||||
Reference in New Issue
Block a user