52 Commits

Author SHA1 Message Date
Vaibhav Pathak
4af16bfecb Add helm chart contents (not as submodule) 2026-01-05 17:48:44 +05:30
Vaibhav Pathak
911f8d28a1 Fix sync wave ordering - dbinit wave 0, deployment wave 1
- Removed hook: Sync annotation from dbinit (was causing it to run before MySQL)
- dbinit Job: wave 0 (same as MySQL, wait-for-db handles timing)
- Deployment: wave 1 (starts after dbinit completes)
- Fixes: db init job starting before mysql pod
2026-01-05 17:48:21 +05:30