Skip to content

fluxcd/image-reflector-controller

image-reflector-controller

CII Best Practices report license release

The image-reflector-controller is a GitOps toolkit controller that extends Flux with container image scanning and update policy capabilities.

overview

The image-reflector-controller and image-update-automation work together to update Git repositories when new container images are available.

  • The image-reflector-controller scans image repositories and reflects the image metadata in Kubernetes resources.
  • The image-automation-controller updates YAML files based on the latest images scanned, and commits the changes to a given Git repository.

API Specification

Kind API Version
ImageRepository image.toolkit.fluxcd.io/v1
ImagePolicy image.toolkit.fluxcd.io/v1

Guides

Roadmap

The roadmap for the Flux family of projects can be found at https://fluxcd.io/roadmap/.

Contributing

This project is Apache 2.0 licensed and accepts contributions via GitHub pull requests. To start contributing please see the development guide.