-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Closed as not planned
Closed as not planned
Copy link
Labels
odoosolvedstale15 days without activity15 days without activitytech-issuesThe user has a technical issue about an applicationThe user has a technical issue about an applicationtriageTriage is neededTriage is needed
Description
Name and Version
bitnami/odoo 18.0.20250305
What steps will reproduce the bug?
-
Create a new namespace in Kubernetes:
kubectl create namespace odoo-one -
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 -
Helm pulls the chart successfully, but Kubernetes fails to pull the Docker image.
-
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 activity15 days without activitytech-issuesThe user has a technical issue about an applicationThe user has a technical issue about an applicationtriageTriage is neededTriage is needed