concourse-chart icon indicating copy to clipboard operation
concourse-chart copied to clipboard

Specifying a different Postgres image?

Open nathanieltalbot opened this issue 3 years ago • 1 comments

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!

nathanieltalbot avatar Feb 26 '21 17:02 nathanieltalbot

I think at this level: https://github.com/concourse/concourse-chart/blob/7c2e39da64d822109f64391d741b59d69924ecd0/values.yaml#L2374

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.

taylorsilva avatar Mar 01 '21 21:03 taylorsilva