I come from portainer world, actually when my Jenkins finished to build a new version of a service, its trigger a portainer webhook to pull and redeploy the image.
I need something similar with my Rancher RKE2. My Images stored on a private docker registry outside of kubernetes. What I done is,
- create new deployment
- authenticate and pull latest image from private registry
- container up and running
- Ingress/Let`sEncrypt Https access to my runing container.
How to make Rancher auto redeploy this service when a new image is pushed?