I have a K8 cluster set up on an on-prem server and I already have an azure build pipeline that pushes the image to an ACR. I was wondering if it was possible to trigger (or run a schedule for) Jenkins to pull the image from the ACR and do the new deployment like Flux V2 does? The reason is I need to be able to run post deployment tests (Automated UI tests for example) from the pipeline. As to my knowledge, this is not possible in Flux V2 (or in Fleet).
If there are any other suggestions I'm open to try them as well.
Thanks in advance