Helm install - Table 'passbolt.email_queue' doesn't exist

Chart version: 1.1.1
App version: 4.7.0-1-ce

I’ve performed a fresh install of passbolt but the passbolt-cron-proc-email pod keeps failing. At the top of the logs is the error listed below. Everything else is happy. The database and redis connections seem to be working as expected. It’s just that the ‘passbolt.email_queue’ table, seemingly, isn’t getting created during install. Thoughts?

2024-05-22 12:49:23 error: [Cake\Database\Exception\DatabaseException] SQLSTATE[42S02]: Base table or view not found: 11
46 Table ‘passbolt.email_queue’ doesn’t exist in /usr/share/php/passbolt/vendor/cakephp/cakephp/src/Database/Schema/Collect
ion.php on line 160
Caused by: [PDOException] SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘passbolt.email_queue’ doesn’t exist in /usr/share/php/passbolt/vendor/cakephp/cakephp/src/Database/Statement/MysqlStatement.php on line 39