Hi - I’ve read a lot of docs and still have no clue what is best practice. For example: I have repo on github and I create docker image of my app. What I want is to deploy it to rancher, but when new docker image appears I would like to automatically redeploy workload… Whats the best way to do this?
In Rancher <2.5 there was Rancher api to redeploy/delete workloads. In new GUI its not possible to find it and it’s also little fishy right now.
I know I can use fleet for GitOps, but thats not the case. All I want is simple CI/CD → New docker image in my repo = redeploy workload with new docker image