GitOps Toolkit controller that scans container registries
Go to file
Stefan Prodan a7d1ee2c6e
Update badger to v3.2103.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2021-06-03 11:31:53 +03:00
.github/workflows Add CodeQL scanning to CI 2021-03-15 18:23:49 +02:00
api Move from v1alpha1 to v1alpha2 API 2021-04-21 15:58:59 +02:00
config Release v0.9.1 2021-04-29 11:47:04 +03:00
controllers Better error reporting for image policy evaluation 2021-05-14 20:05:54 +03:00
docs Add API docs for v1alpha2 2021-04-21 19:11:06 +03:00
hack Add generated API documentation 2020-11-30 14:21:46 +00:00
internal Better error reporting for image policy evaluation 2021-05-14 20:05:54 +03:00
.gitignore Ignore notes scratch file 2020-07-20 12:45:06 +01:00
CHANGELOG.md Release v0.9.1 2021-04-29 11:47:04 +03:00
CODE_OF_CONDUCT.md Add DCO, CoC and contributing docs 2020-08-11 10:27:03 +03:00
CONTRIBUTING.md Add DCO, CoC and contributing docs 2020-08-11 10:27:03 +03:00
DCO Add DCO, CoC and contributing docs 2020-08-11 10:27:03 +03:00
Dockerfile Update Alpine to v3.13 2021-02-08 11:41:18 +02:00
LICENSE Create LICENSE 2020-07-08 07:28:44 +01:00
MAINTAINERS Note shared maintainers from fluxcd/flux2 2020-11-27 10:42:47 +00:00
Makefile Move from v1alpha1 to v1alpha2 API 2021-04-21 15:58:59 +02:00
PROJECT Move from v1alpha1 to v1alpha2 API 2021-04-21 15:58:59 +02:00
README.md Add API docs for v1alpha2 2021-04-21 19:11:06 +03:00
go.mod Update badger to v3.2103.0 2021-06-03 11:31:53 +03:00
go.sum Update badger to v3.2103.0 2021-06-03 11:31:53 +03:00
main.go Remove v1alpha1 API from Scheme 2021-04-22 10:04:05 +02:00

README.md

Image (metadata) reflector controller

CII Best Practices report license release

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/fluxcd/image-reflector-controller//config/default/?ref=main | kubectl apply -f-