https://github.com/fluxcd/image-reflector-controller
GitOps Toolkit controller that scans container registries
https://github.com/fluxcd/image-reflector-controller
gitops-toolkit
Last synced: 8 months ago
JSON representation
GitOps Toolkit controller that scans container registries
- Host: GitHub
- URL: https://github.com/fluxcd/image-reflector-controller
- Owner: fluxcd
- License: apache-2.0
- Created: 2020-07-08T06:26:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T19:49:27.000Z (8 months ago)
- Last Synced: 2025-05-10T20:28:36.690Z (8 months ago)
- Topics: gitops-toolkit
- Language: Go
- Homepage: https://fluxcd.io
- Size: 2.05 MB
- Stars: 115
- Watchers: 13
- Forks: 72
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Image (metadata) reflector controller
[](https://bestpractices.coreinfrastructure.org/projects/4790)
[](https://goreportcard.com/report/github.com/fluxcd/image-reflector-controller)
[](https://github.com/fluxcd/image-reflector-controller/blob/main/LICENSE)
[](https://github.com/fluxcd/image-reflector-controller/releases)
This is a controller that reflects container image metadata into a
Kubernetes cluster. It pairs with the [image update automation][auto]
controller to drive automated config updates.
## Installing
Please see the [installation and use
guide](https://fluxcd.io/flux/guides/image-update/).
If you just want to run this controller for development purposes, do
```bash
kustomize build github.com/fluxcd/image-reflector-controller//config/default/?ref=main | kubectl apply -f-
```
[auto]: https://github.com/fluxcd/image-automation-controller