concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
143 stars 176 forks source link

Specifying a different Postgres image? #214

Open nathanieltalbot opened 3 years ago

nathanieltalbot commented 3 years ago

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 3 years ago

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.