Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-03-06 17:30:30 +00:00
parent 30690696ad
commit d3c54da74b
12 changed files with 786 additions and 12 deletions
+9
View File
@@ -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)
+1 -1
View File
@@ -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` | |