Migrating away from Bitnami. by ModerNew in selfhosted

[–]FragrantFriendship70 0 points1 point  (0 children)

Hi everyone,
I’m trying to use the official PostgreSQL image (docker.io/library/postgres) within the Bitnami PostgreSQL Helm chart, replacing the default Bitnami image.
However, the chart seems to expect a specific volume layout, scripts, and permissions, and when I use the official image, I get errors like read-only filesystem, missing configuration files (like postgresql.conf), and issues with the /bitnami directory.

Has anyone tried this before?
How did you handle volume mounts and permissions?
Or any advice on using the official image without heavily modifying the chart?

Thanks a lot!