Skip to content

feat(kubernetes): jobs run now before the app deployment

Marco Wettstein requested to merge jobs-pre-install into main

while this might be a breaking change, it does not matter in the usual case (migrations).

doing it post-install can be problematic in certain cases, typically if you create a database as well in the job

you can still configure it explicitly to be post-install,post-upgrade

see also https://helm.sh/docs/topics/charts_hooks/

Merge request reports