Closed outbackdingo closed 4 years ago
It could be confusing but the Chart version is different to the application version. You can see the following in the Chart.yaml. Right now the Odoo version in the Chart is v12.
name: odoo
version: 13.0.6
appVersion: 12.0.20200315
so we can edit things like the odoo-server.conf since your settings are rediculously slow.
Could you please post which settings you are modifying to optimize Odoo? It would be great to have options to configure those settings based on the cluster you are deploying the solution. Thanks!
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Hi,
A couple of days ago in this PR https://github.com/bitnami/charts/pull/2207, the Odoo chart was moved from Odoo 12 to Odoo 13, those changes were introduced in the version 14.0.0
of the chart:
▶ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "bitnami" chart repository
Update Complete. ⎈ Happy Helming!⎈
▶ helm search repo bitnami/odoo
NAME CHART VERSION APP VERSION DESCRIPTION
bitnami/odoo 14.0.0 13.0.20200310 A suite of web based open source business apps.
odoo chart says odoo 13 but its still a odoo 12 image, as its still tagged tag: 12.0.20200315-debian-10-r0
aside from whats installed... note: add vim so we can edit things like the odoo-server.conf since your settings are rediculously slow.
so anyway i modified it to use the proper docker image tag
tag: 13.0.20200310-debian-10-r9 based on what i saw in the docker builds
it does install but has a few deficiencies i noted