Redploy after Image Push with Rancher 2.0

I recently migrated one of my projects from docker cloud to rancher 2.0. A lot of things worked seamlessly.

But I am missing one particular feature. I am running applications from the latest docker image (it’s all side projects, so don’t worry) and I would love to autoredeploy as soon as a new image is pushed. That helps me to completely separate CI and an my deployment.

I have not found such a feature in the user interface. Furthermore I have no idea how I even would trigger a new deployment. I am currently pausing and resuming my workloads to trigger a new image pull.

I have seen this post but the mentioned link is down.