Flux CD component that scans container image repositories and reflects discovered image tags into Kubernetes resources, enabling policy-driven image tag selection for automated updates.
The Flux CD Image Reflector Controller is a Kubernetes controller that scans container image repositories and reflects the discovered image tags into Kubernetes resources. It continuously scans configured image repositories, evaluates ImagePolicy rules to select the appropriate tag, and exposes the result so the image-automation-controller can commit the updated image reference back to Git.
For more details, see https://fluxcd.io/flux/components/image/.