Image release controller
NOTICE: This was forked from https://github.com/fluxcd/image-reflector-controller with the intention to reuse
some code already built into that project for a different use case, and not to extend the functionality.
The documentation and license files have not been properly updated yet since this is a baby-born proof-of-concept.
This is a controller that reflects container image metadata into a
Kubernetes cluster. It pairs with the image update automation
controller to drive automated config updates.
Installing
Please see the installation and use
guide.
If you just want to run this controller for development purposes, do
kustomize build github.com/matheuscscp/image-release-controller//config/default/?ref=main | kubectl apply -f-