-
Notifications
You must be signed in to change notification settings - Fork 369
Open
Labels
Description
What went wrong?
What happened:
- On-call Helm chart by default uses rabbitMQ sub-chart for convenience, but its images are no longer available 🧐. You can no longer start your Grafana On-Call deployment via Helm.
You will get an error:
Failed to pull image "docker.io/bitnami/rabbitmq:3.12.0-debian-11-r0": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/bitnami/rabbitmq:3.12.0-debian-11-r0": failed to resolve reference "docker.io/bitnami/rabbitmq:3.12.0-debian-11-r0": docker.io/bitnami/rabbitmq:3.12.0-debian-11-r0: not found
Error: ErrImagePull
There are no images available at that registry: https://hub.docker.com/r/bitnami/rabbitmq/tags.
What did you expect to happen:
- Image for RabbitMQ is available and you can quickly start playing with Grafana On-call 🙏🏼.
How do we reproduce it?
- Use the official on-call Helm chart
- Deploy it with values:
rabbitmq:
enabled: true- Wait for a bit and then check the status of the RabbitMQ pod - you will see the
Error: ErrImagePull.
Grafana OnCall Version
v1.15.6
Product Area
Helm/Kubernetes/Docker
Grafana OnCall Platform?
Kubernetes
User's Browser?
No response
Anything else to add?
No response
saorio, cyber0828 and yaizkazani