GitOps Toolkit controller that patches container image tags in Git
Go to file
Matheus Pimenta 498ec11b09
Merge pull request #903 from fluxcd/downgrade-k8s-utils-semver
Downgrade k8s.io/utils and github.com/Masterminds/semver
2025-05-10 20:49:43 +01:00
.github Bump github/codeql-action from 3.28.16 to 3.28.17 in the ci group 2025-05-04 08:05:38 +00:00
api Downgrade k8s.io/utils and github.com/Masterminds/semver 2025-05-10 18:46:35 +01:00
config Release v0.40.0 2025-02-14 13:29:16 +00:00
docs Add missing optional to messageTemplateValues API 2025-02-14 11:36:17 +00:00
hack Introduce v1beta2 API 2024-04-18 16:16:08 +05:30
internal Update to Kubernetes 1.33.0 and Go 1.24.0 2025-05-03 16:47:50 +01:00
pkg add tests for kustomize config name handling 2025-03-10 17:28:05 +02:00
tests/fuzz Update to Kubernetes 1.33.0 and Go 1.24.0 2025-05-03 16:47:50 +01:00
.dockerignore libgit2: Remove references to libgit2 from code 2022-12-09 11:30:55 +00:00
.gitignore Rename controllers to controller 2023-05-25 10:08:03 +02:00
.goreleaser.yaml Adapt config to GoRelease v2 2024-06-11 09:15:30 +03:00
CHANGELOG.md Release v0.40.0 2025-02-14 13:29:16 +00:00
CODE_OF_CONDUCT.md Add license, DCO and COC 2020-08-11 10:26:03 +03:00
DCO Add license, DCO and COC 2020-08-11 10:26:03 +03:00
DEVELOPMENT.md Update to Kubernetes 1.33.0 and Go 1.24.0 2025-05-03 16:47:50 +01:00
Dockerfile Update to Kubernetes 1.33.0 and Go 1.24.0 2025-05-03 16:47:50 +01:00
LICENSE Add license, DCO and COC 2020-08-11 10:26:03 +03:00
MAINTAINERS Add Dipti Pai to maintainers 2025-02-27 07:14:07 -08:00
Makefile Update to Kubernetes 1.33.0 and Go 1.24.0 2025-05-03 16:47:50 +01:00
PROJECT Introduce v1beta2 API 2024-04-18 16:16:08 +05:30
README.md libgit2: Update documentation 2022-12-09 13:43:22 +00:00
go.mod Downgrade k8s.io/utils and github.com/Masterminds/semver 2025-05-10 18:46:35 +01:00
go.sum Downgrade k8s.io/utils and github.com/Masterminds/semver 2025-05-10 18:46:35 +01:00
main.go Enable token cache by default 2025-05-03 10:34:26 +01:00

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.