Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-15 23:31:18 +00:00
parent 55c73e77a8
commit 8da0942f10
811 changed files with 8776 additions and 937 deletions
+10
View File
@@ -1,6 +1,16 @@
# Changelog<br>
<a name="odoo-3.0.10"></a>
### [odoo-3.0.10](https://github.com/truecharts/apps/compare/odoo-3.0.9...odoo-3.0.10) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major deps helm releases ([#1338](https://github.com/truecharts/apps/issues/1338))
<a name="odoo-3.0.9"></a>
### [odoo-3.0.9](https://github.com/truecharts/apps/compare/odoo-3.0.8...odoo-3.0.9) (2021-11-14)
+2 -2
View File
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 5.1.17 |
| https://truecharts.org | common | 8.5.7 |
| https://truecharts.org/ | postgresql | 5.2.2 |
| https://truecharts.org | common | 8.6.2 |
## Installing the Chart
-4
View File
@@ -20,14 +20,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/odoo"` | |
| image.tag | string | `"version-14.0@sha256:7cff9672ce078f7e2cf132625f0bc0fa68e932955d23e2e8c2ce7c235d5c5f8d"` | |
| persistence.addons.accessMode | string | `"ReadWriteOnce"` | |
| persistence.addons.enabled | bool | `true` | |
| persistence.addons.mountPath | string | `"/mnt/extra-addons"` | |
| persistence.addons.size | string | `"1Gi"` | |
| persistence.odoo.accessMode | string | `"ReadWriteOnce"` | |
| persistence.odoo.enabled | bool | `true` | |
| persistence.odoo.mountPath | string | `"/var/lib/odoo"` | |
| persistence.odoo.size | string | `"1Gi"` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"postgres"` | |