GitOps Toolkit controller that scans container registries
Go to file
Matheus Pimenta 319b119e07
Merge pull request #853 from fluxcd/pick-changelog-v1.0.4
Add changelog entry for v1.0.4
2025-11-19 16:17:05 +00:00
.github Restore GitHub PAT for backports 2025-10-09 11:28:58 +01:00
api Upgrade k8s to 1.34.2 and c-r to 0.22.4 2025-11-18 14:27:19 +00:00
config Release v1.0.0 2025-09-15 11:52:46 +01:00
docs Promote `ImagePolicy` and `ImageRepository` APIs to v1 (GA) 2025-09-15 12:27:37 +03:00
hack
internal Retry policy resolution when no tags found in database 2025-10-13 12:08:13 +03:00
tests Upgrade k8s to 1.34.2 and c-r to 0.22.4 2025-11-18 14:27:19 +00:00
.gitignore
.goreleaser.yaml Change goreleaser prerelease flag to auto 2025-09-15 12:41:13 +01:00
CHANGELOG.md Add changelog entry for v1.0.4 2025-11-19 15:48:18 +00:00
CODE_OF_CONDUCT.md
DCO
DEVELOPMENT.md
Dockerfile
LICENSE
MAINTAINERS
Makefile Promote `ImagePolicy` and `ImageRepository` APIs to v1 (GA) 2025-09-15 12:27:37 +03:00
PROJECT Promote `ImagePolicy` and `ImageRepository` APIs to v1 (GA) 2025-09-15 12:27:37 +03:00
README.md Promote `ImagePolicy` and `ImageRepository` APIs to v1 (GA) 2025-09-15 12:27:37 +03:00
go.mod Upgrade k8s to 1.34.2 and c-r to 0.22.4 2025-11-18 14:27:19 +00:00
go.sum Upgrade k8s to 1.34.2 and c-r to 0.22.4 2025-11-18 14:27:19 +00:00
main.go Retry policy resolution when no tags found in database 2025-10-13 12:08:13 +03:00

README.md

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.