GitOps Toolkit controller that scans container registries
Go to file
Matheus Pimenta 6a0f39ab76
Merge pull request #795 from fluxcd/upgrade-deps
Upgrade Kubernetes to 1.33.2
2025-07-14 19:01:25 +01:00
.github Update dependabot config 2025-05-28 15:56:24 +03:00
api Upgrade Kubernetes to 1.33.2 2025-07-14 18:52:52 +01:00
config Merge branch 'main' into 5411-kubectl-cosmetics 2025-06-26 11:25:20 -03:00
docs Store checksum of ImageRepository tags and trigger ImagePolicy watch only when it changes 2025-06-21 15:34:24 +01:00
hack Store digest of latest image in ImagePolicy's status 2025-05-13 16:27:16 +01:00
internal Update pkg/runtime/secrets to v0.67.0 2025-07-14 10:17:06 +09:00
tests Upgrade Kubernetes to 1.33.2 2025-07-14 18:52:52 +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 Upgrade Kubernetes to 1.33.2 2025-07-14 18:52:52 +01:00
go.sum Upgrade Kubernetes to 1.33.2 2025-07-14 18:52:52 +01:00
main.go Remove deprecated auto-login flags 2025-06-21 09:33:17 +09: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-