Right now the kubernetes job that run mediawiki jobs selects the image version by looking at a running backend MW pod and copying that image: https://github.com/wbstack/api/blob/1562a97ad71d013256a9fd116e116a27b431272c/app/Jobs/ProcessMediaWikiJobsJob.php#L32
However this if there is more than one backend pod I'm unsure which version will be used, if it will be deterministic or not.
A/C:
- MW jobs should be run using a pod that matches the version of the MW database