Skip to content

Urgent: Missing Odoo 18.0 Docker image tag 18.0.20250305 — Production Impact #36314

@CybrosysAssista

Description

@CybrosysAssista

Name and Version

bitnami/odoo 18.0.20250305

What steps will reproduce the bug?

  1. Create a new namespace in Kubernetes:
    kubectl create namespace odoo-one

  2. Attempt to install Odoo Helm chart with the missing image:

     helm install odoo-one oci://registry-1.docker.io/bitnamicharts/odoo \
      --namespace odoo-one \
      --create-namespace \
      --set image.tag=18.0.20250305
    
  3. Helm pulls the chart successfully, but Kubernetes fails to pull the Docker image.

  4. Error occurs:

   Failed to pull image "docker.io/bitnami/odoo:18.0.20250305": rpc error: code = NotFound desc = failed to pull and unpack image ... not found

Are you using any custom parameters or values?

--set image.tag=18.0.20250305

No other custom values.yaml used.

What is the expected behavior?

Kubernetes should be able to pull the Odoo 18.0 image successfully, deploy the pods, and start the Odoo services as normal.

What do you see instead?

The image pull fails because the Docker image tag 18.0.20250305 is missing.
Currently, only older versions (13.0, 12.0, 11.0) exist on Docker Hub.
All other versions, including 18.0, are unavailable.
This prevents deployment of production services.

Additional information

  • Helm chart: bitnamicharts/odoo
  • Docker Hub URL: https://hub.docker.com/r/bitnami/odoo/tags
  • Impact: High — production services are failing to deploy/restart
  • Error message: Failed to pull image ... not found
  • Kubernetes and Helm versions: (optional, can include your cluster details)
  • Urgency: Critical, needs immediate attention to restore the missing image or provide a replacement tag

Metadata

Metadata

Assignees

Labels

odoosolvedstale15 days without activitytech-issuesThe user has a technical issue about an applicationtriageTriage is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions