GitOps Toolkit controller that scans container registries
Go to file
leigh capili 8ec426fca2
Implement BadgerGC with controller runtime
Signed-off-by: leigh capili <leigh@null.net>
2025-05-23 12:04:29 -06:00
.github Update to Kubernetes 1.33.0 and Go 1.24.0 2025-05-03 19:30:08 +01:00
api Update controller-runtime to v0.21.0 2025-05-23 17:52:48 +03:00
config Store digest of latest image in ImagePolicy's status 2025-05-13 16:27:16 +01:00
docs Store digest of latest image in ImagePolicy's status 2025-05-13 16:27:16 +01:00
hack Store digest of latest image in ImagePolicy's status 2025-05-13 16:27:16 +01:00
internal Implement BadgerGC with controller runtime 2025-05-23 12:04:29 -06:00
tests Update controller-runtime to v0.21.0 2025-05-23 17:52:48 +03:00
.gitignore Set controller package name 2023-05-30 18:16:42 +05:30
.goreleaser.yaml Adapt config to GoRelease v2 2024-06-11 09:30:33 +03:00
CHANGELOG.md Release v0.34.0 2025-02-13 15:21:03 +00:00
CODE_OF_CONDUCT.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
DEVELOPMENT.md Update to Kubernetes 1.33.0 and Go 1.24.0 2025-05-03 19:30:08 +01:00
Dockerfile Update to Kubernetes 1.33.0 and Go 1.24.0 2025-05-03 19:30:08 +01:00
LICENSE Create LICENSE 2020-07-08 07:28:44 +01:00
MAINTAINERS Move squaremo to retired maintainers 2022-02-02 14:12:53 +00:00
Makefile [RFC-0010] Introduce object-level workload identity 2025-05-07 17:55:20 +01:00
PROJECT Introduce v1beta2 API 2023-02-09 03:41:16 +05:30
README.md update to new doc links structure 2022-08-30 14:55:10 +02:00
go.mod Implement BadgerGC with controller runtime 2025-05-23 12:04:29 -06:00
go.sum Update controller-runtime to v0.21.0 2025-05-23 17:52:48 +03:00
main.go Implement BadgerGC with controller runtime 2025-05-23 12:04:29 -06: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-