Helm installation issue

This is resolved now!

Mariadb container latest image doesn’t have the mysql client that is used for check the database connection in the init container. I ended up changing the default chart values to:

app:
  initImage:
    repository: bitnami/mariadb
1 Like