The image-automation-controller is a GitOps toolkit controller that extends Flux with automated patch and commit capabilities for container image updates.
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.
Kind | API Version |
---|---|
ImageUpdateAutomation | image.toolkit.fluxcd.io/v1 |
The roadmap for the Flux family of projects can be found at https://fluxcd.io/roadmap/.
This project is Apache 2.0 licensed and accepts contributions via GitHub pull requests. To start contributing please see the development guide.