GitOps Toolkit controller that scans container registries
Go to file
Matheus Pimenta a7fecbaf33
Merge pull request #799 from dgunzy/support-flux-reconcile-image-policy
Introduce `.spec.suspend` and `.status.lastHandledReconcileAt` for ImagePolicy
2025-08-21 09:03:44 +01:00
.github Update dependabot config 2025-05-28 15:56:24 +03:00
api Introduce .spec.suspend and .status.lastHandledReconcileAt for ImagePolicy #799 2025-08-20 19:31:28 -03:00
config Introduce .spec.suspend and .status.lastHandledReconcileAt for ImagePolicy #799 2025-08-20 19:31:28 -03:00
docs Introduce .spec.suspend and .status.lastHandledReconcileAt for ImagePolicy #799 2025-08-20 19:31:28 -03:00
hack Store digest of latest image in ImagePolicy's status 2025-05-13 16:27:16 +01:00
internal Introduce .spec.suspend and .status.lastHandledReconcileAt for ImagePolicy #799 2025-08-20 19:31:28 -03: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 [RFC-0010] Add default-service-account for lockdown 2025-08-18 01:59:23 +09:00
go.sum [RFC-0010] Add default-service-account for lockdown 2025-08-18 01:59:23 +09:00
main.go [RFC-0010] Add default-service-account for lockdown 2025-08-18 01:59:23 +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-