uselagoon / lagoon-charts

A collection of Helm charts for Lagoon and associated services.
Apache License 2.0
11 stars 9 forks source link

make install-mongodb doesn't complete on macos #692

Open tobybellwood opened 1 month ago

tobybellwood commented 1 month ago

Owing to the image used in the chart bitnami/mongodb:12.1.31 not supporting arm64 (none of the https://hub.docker.com/r/bitnami/mongodb ones do) this chart never installs - and the only way to progress with the install on MacOS is to scale the deployment to 0 during install.

We need to either:

shreddedbacon commented 1 month ago

We should do this for mariadb, postgres, and mongodb as being optional in a local-stack but required for tests?

  • make the chart skip on macos