Files
flux2/docs/components/image/controller.md
Michael Bridgen 7568f301b8 Make home for image-* component docs
This has a description of the controllers, and is where the API specs
and refs will get copied to.

Signed-off-by: Michael Bridgen <michael@weave.works>
2021-01-22 16:49:18 +01:00

886 B

Image reflector and automation controllers

The image-reflector-controller and image-automation-controller work together to update a Git repository 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.

Links: