Issues Deploying RabbitMQ Helm Chart After Bitnami’s Docker Repo Changes

0
45
Asked By Techie99 On

Hey folks! I'm having some trouble deploying the RabbitMQ Helm Chart since Bitnami deprecated their Docker Repo a while back. The images have mostly moved to the bitnamisecure repo, but RabbitMQ has been left out. When I tried to deploy the chart using the official RabbitMQ Docker Image, I ran into this error from the prepare-plugins-dir sidecar container: `/bin/bash: line 3: /opt/bitnami/scripts/liblog.sh: No such file or directory`. It seems like not all Bitnami Helm Charts are working anymore due to the reliance on specific Bitnami images that aren't public now. Has anyone found a workaround or a way to use this Helm Chart effectively? Thanks in advance!

3 Answers

Answered By ChartExplorer On

I found a Helm Chart that appears to be a good drop-in replacement for the Bitnami one. You can check it out here: https://github.com/CloudPirates-io/helm-charts.

Answered By User1234 On

The transition in the Bitnami repo has definitely caused some issues for a lot of users. You might want to check out the official RabbitMQ Helm Chart; it could be a better alternative for your needs.

Answered By DevGuru77 On

Switching to container images alone won't work since Bitnami added some custom stuff that the official image just doesn’t include, which is why you’re seeing that error. It’d be best to switch to the official RabbitMQ operator and set up a RabbitMQ instance through that. This will likely require some adjustments to your deployment setup, so be prepared for some extra work!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.