Specifying a different Postgres image?
nathanieltalbot opened this issue · 1 comments
nathanieltalbot commented
I'm trying to run this on an ARM-architecture cluster (with k3s) and postgres is failing to start since it seems the image is not built for that architecture. Is there any way in the values.yaml file to define what image the postgres deployment should be pulling? Thanks!
taylorsilva commented
I think at this level:
Line 2374 in 7c2e39d
You can add the image
field that's found here:
https://github.com/bitnami/charts/blob/86242e53316078bb506d14c8df53351598bcf39c/bitnami/postgresql/values.yaml#L15-L18
and the postgres chart should render.