Rollback on Kubernetes when the update are done by jobs

Hello,

We have a Kubernetes environment on witch we run Liquibase as a job, we create the script and update the changelog(in xml) with a new at the end of the changelog we compile a new image with the changes and run this image as a job. I would like to know in this situation how can I rollback a that did not produce the intended changes in database, as i can’t run the command (there is no instance of Liquibase)?

Thank you in advance for the support