GitOps Toolkit controller that patches container image tags in Git
Go to file
Soule BA 64e6845c22
updating controller-gen to v0.14.0
Signed-off-by: Soule BA <bah.soule@gmail.com>
2024-03-12 12:08:04 +01:00
.github build(deps): bump the ci group with 1 update 2024-03-12 12:07:14 +01:00
api Update dependencies 2024-03-12 12:07:13 +01:00
config Release v0.37.0 2024-03-12 12:07:13 +01:00
docs Fix bad link 2024-03-12 12:07:07 +01:00
hack Align docs structure with other controllers 2024-03-12 12:07:03 +01:00
internal Upgrade github.com/fluxcd/pkg/{git,git/gogit} 2024-03-12 12:07:08 +01:00
pkg Add test for multi-line string 2024-03-12 12:07:12 +01:00
tests/fuzz Align go.mod version with Kubernetes (Go 1.20) 2024-03-12 12:06:59 +01:00
.dockerignore libgit2: Remove references to libgit2 from code 2024-03-12 12:06:46 +01:00
.gitignore Rename controllers to controller 2024-03-12 12:06:55 +01:00
.goreleaser.yaml Add SLSA3 generators to release workflow 2024-03-12 12:06:59 +01:00
CHANGELOG.md Release v0.37.0 2024-03-12 12:07:13 +01: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 Align go.mod version with Kubernetes (Go 1.20) 2024-03-12 12:06:59 +01:00
Dockerfile build: update `tonistiigi/xx` to 1.3.0 2024-03-12 12:07:12 +01:00
LICENSE Add license, DCO and COC 2020-08-11 10:26:03 +03:00
MAINTAINERS Update contact details for pjbgf 2024-03-12 12:06:48 +01:00
Makefile updating controller-gen to v0.14.0 2024-03-12 12:08:04 +01:00
PROJECT Remove deprecated alpha APIs 2024-03-12 12:06:44 +01:00
README.md libgit2: Update documentation 2024-03-12 12:06:46 +01:00
go.mod build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 2024-03-12 12:07:14 +01:00
go.sum build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 2024-03-12 12:07:14 +01:00
main.go Migrate to controller-runtime v0.16 2024-03-12 12:07:11 +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.