GitOps Toolkit controller that scans container registries
Go to file
Matheus Pimenta b65e8a0493
Merge pull request #783 from fluxcd/release-v0.35.2
Release v0.35.2
2025-06-13 15:44:34 +01:00
.github Update dependabot config 2025-05-28 15:56:24 +03:00
api Update controller-runtime to v0.21.0 2025-05-23 17:52:48 +03:00
config Release v0.35.2 2025-06-13 15:02:51 +01:00
docs [RFC-0010] Link workload identity docs to complete guide 2025-05-26 23:38:30 +01:00
hack Store digest of latest image in ImagePolicy's status 2025-05-13 16:27:16 +01:00
internal Fix ImagePolicy reconciler spamming no tags in database after a restart 2025-06-01 18:12:58 +01:00
tests Upgrade fluxcd/pkg/auth 2025-06-09 14:20:59 +01: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.35.2 2025-06-13 15:02:51 +01: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 Release v0.35.2 2025-06-13 15:02:51 +01:00
go.sum Upgrade fluxcd/pkg/auth 2025-06-09 14:20:59 +01: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-