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
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.
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.
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
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically