[SHOT-187](feat: SH) - Add support for migrationTimeoutSeconds - #578
[SHOT-187](feat: SH) - Add support for migrationTimeoutSeconds#578mimartin12 wants to merge 3 commits into
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed the new Code Review Details
Both findings already have open inline threads from the previous review pass; no new inline comments were added. PR Metadata Assessment
|
…ator tests Clarify that the unlimited-timeout value must be quoted, since the schema types migrationTimeoutSeconds as a string and an unquoted 0 fails validation. Add helm-unittest coverage for the pre-install migrator job args, including the "0" unlimited case so a future schema widening to integers fails a test rather than silently dropping the flag.
🎟️ Tracking
https://bitwarden.atlassian.net/browse/SHOT-187
https://bitwarden.atlassian.net/browse/PM-37891
📔 Objective
Adds an input for migrationTimeoutSeconds, which is advanced configuration for users who may have large databases and require more time to run database migrations.
See bitwarden/server#8143