Reloader icon indicating copy to clipboard operation
Reloader copied to clipboard

[ENHANCE] Reload when image has changed

Open tobiasge opened this issue 7 months ago • 2 comments
trafficstars

Is your feature request related to a problem? Please describe. We have several applications where the container image is tagged with a short version e. g. "4.2". When a new version "4.2.1" is released the tag "4.2" is updated to point to the new version.

Describe the solution you'd like When the image in a Deployment is updated in the registry Reloader should trigger a rollout.

Describe alternatives you've considered Writing my own operator.

Additional context OpenShift DeploymentConfigs support this natively but Kubernetes Deployments are missing this possibility.

tobiasge avatar Mar 21 '25 11:03 tobiasge