GitOps Toolkit controller that patches container image tags in Git
Go to file
Stefan Prodan 6243cf04cd
Merge pull request #957 from fluxcd/k8s-1.34
Update to Kubernetes v1.34.0 and Go 1.25.0
2025-08-31 17:57:48 +03:00
.github Build with Go 1.25 2025-08-31 16:11:32 +03:00
api Regenerate CRDs with controller-gen v0.19 2025-08-31 15:41:16 +03:00
config Regenerate CRDs with controller-gen v0.19 2025-08-31 15:41:16 +03:00
docs
hack Regenerate CRDs with controller-gen v0.19 2025-08-31 15:41:16 +03:00
internal
tests/fuzz
.dockerignore
.gitignore
.goreleaser.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
DCO
DEVELOPMENT.md Build with Go 1.25 2025-08-31 16:11:32 +03:00
Dockerfile Build with Go 1.25 2025-08-31 16:11:32 +03:00
LICENSE
MAINTAINERS
Makefile Build with Go 1.25 2025-08-31 16:11:32 +03:00
PROJECT
README.md
go.mod
go.sum
main.go

README.md

Image automation controller

CII Best Practices report license release

This controller automates updates to YAML when new container images are available.

Its sibling, image-reflector-controller, scans container image repositories and reflects the metadata in Kubernetes resources. This controller reacts to that image metadata by updating YAML files in a git repository, and committing the changes.

How to install it

Please see the installation and use guide.

How to work on it

For additional information on dependecies and how to contribute please refer to DEVELOPMENT.md.