GitOps Toolkit controller that scans container registries
Go to file
Stefan Prodan 8f4ae31562
Add test for empty label selector and fix ACL name
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2021-08-06 16:44:37 +03:00
.github/workflows Disable multi-arch builds for build workflow 2021-06-10 11:19:40 +02:00
api Add test for empty label selector and fix ACL name 2021-08-06 16:44:37 +03:00
config Add test for empty label selector and fix ACL name 2021-08-06 16:44:37 +03:00
controllers Add test for empty label selector and fix ACL name 2021-08-06 16:44:37 +03:00
docs Add test for empty label selector and fix ACL name 2021-08-06 16:44:37 +03:00
hack Add generated API documentation 2020-11-30 14:21:46 +00:00
internal Graduate v1alpha2 API to v1beta1 2021-06-24 15:50:11 +01:00
.gitignore Ignore notes scratch file 2020-07-20 12:45:06 +01:00
CHANGELOG.md Release v0.11.1 2021-08-05 16:06:25 +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 Go to v1.16 2021-06-03 11:33:11 +03: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 Graduate v1alpha2 API to v1beta1 2021-06-24 15:50:11 +01:00
PROJECT Graduate v1alpha2 API to v1beta1 2021-06-24 15:50:11 +01:00
README.md Add API docs for v1alpha2 2021-04-21 19:11:06 +03:00
go.mod Release v0.11.1 2021-08-05 16:06:25 +03:00
go.sum Update dependencies 2021-08-05 12:48:53 +03:00
main.go Graduate v1alpha2 API to v1beta1 2021-06-24 15:50:11 +01: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-