We've been using Bitnami for images compatible with Helm charts, but since it's no longer open source, we're in search of alternatives. Specifically, we need recommendations for Postgres and Redis images that work well with Helm charts. Any suggestions?
4 Answers
Can you clarify which application you're looking for? If it's Postgres, using cnpg is a good option. For Redis, the Redis operator works well too!
You might want to check out the official chart provided by the application directly. It could be a solid alternative to Bitnami for your needs.
A while back, Bitnami announced they were moving their images to a legacy registry as part of a monetization strategy. So finding an alternative is wise!
I'm really happy with the cnpg charts for PostgreSQL. I haven't tested the HA feature, but the backups are impressive, and the chart’s configuration is quite different, so you’ll need to update your settings. For Redis, I’ve been using a basic chart by Pascal Iske, but you might want to explore options like DandyDeveloper or True Charts as well.

I'm specifically looking for substitutes that are compatible with Helm charts for both Postgres and Redis.