bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
9k stars 9.21k forks source link

odoo chart says odoo 13 but its still a odoo 12 image #2087

Closed outbackdingo closed 4 years ago

outbackdingo commented 4 years ago

odoo chart says odoo 13 but its still a odoo 12 image, as its still tagged tag: 12.0.20200315-debian-10-r0

 image:
   registry: docker.io
   repository: bitnami/odoo
-  tag: 12.0.20200315-debian-10-r0
+  tag: 13.0.20200310-debian-10-r9

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

  File "/opt/bitnami/odoo/odoo/http.py", line 619, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/opt/bitnami/odoo/odoo/http.py", line 309, in _handle_exception
    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
  File "/opt/bitnami/odoo/odoo/tools/pycompat.py", line 14, in reraise
    raise value
  File "/opt/bitnami/odoo/odoo/http.py", line 664, in dispatch
    result = self._call_function(**self.params)
  File "/opt/bitnami/odoo/odoo/http.py", line 345, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/opt/bitnami/odoo/odoo/service/model.py", line 93, in wrapper
    return f(dbname, *args, **kwargs)
  File "/opt/bitnami/odoo/odoo/http.py", line 338, in checked_call
    result = self.endpoint(*a, **kw)
  File "/opt/bitnami/odoo/odoo/http.py", line 910, in __call__
    return self.method(*args, **kw)
  File "/opt/bitnami/odoo/odoo/http.py", line 510, in response_wrap
    response = f(*args, **kw)
  File "/opt/bitnami/odoo/odoo/addons/bus/controllers/main.py", line 35, in poll
    raise Exception("bus.Bus unavailable")
Exception: bus.Bus unavailable
2020-03-19 04:59:50,233 74 INFO bitnami_odoo werkzeug: 10.233.64.1 - - [19/Mar/2020 04:59:50] "POST /longpolling/poll HTTP/1.1" 200 - 3 0.026 0.017
2020-03-19 04:59:52,531 71 INFO bitnami_odoo werkzeug: 10.233.64.1 - - [19/Mar/2020 04:59:52] "GET / HTTP/1.1" 200 - 498 1.270 2.851
beltran-rubo commented 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!

stale[bot] commented 4 years ago

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.

carrodher commented 4 years ago

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.