bitnami-compat
bitnami-compat copied to clipboard
MongoDB 6 image is not compatible with latest bintami chart (>14.12.0)
When downgrading back to bitnami/mongodb 14.11.x chart it works again.
We also tested it on an amd architecture where mongoDB 7.x was working and the bitnami-compat 6.x version was not. Not entirely sure why it is failing, but it feels like we need a mongoDB 7.x container.
It is failing with:
sed: can't read /opt/bitnami/mongodb/conf/mongodb.conf: No such file or directory
Can confirm this same issue happening with the 5.0.17 mongodb image. Downgrading the chart to 14.11.1 was the only solution.
Does anybody know the solution? Thanks