GitOps Toolkit controller that patches container image tags in Git
Go to file
Hidde Beydals f0b9d2e890 Update image-reflector-controller to v0.10.0
Signed-off-by: Hidde Beydals <hello@hidde.co>
2021-06-10 15:04:34 +02:00
.github Update dependencies 2021-06-10 10:40:28 +02:00
api Update dependencies 2021-06-10 10:40:28 +02:00
config Update dependencies 2021-06-10 10:40:28 +02:00
controllers Update go-yaml with changes to indentation style 2021-06-09 10:54:51 +03:00
docs Change note regarding git implementation field 2021-06-02 15:00:36 +01:00
hack Generate docs for v1alpha2 2021-04-13 11:01:45 +01:00
pkg Update go-yaml with changes to indentation style 2021-06-09 10:54:51 +03:00
.gitignore Test controller to the point of committing changes 2020-07-23 18:20:35 +01:00
CHANGELOG.md Release v0.11.0 2021-06-02 18:42:08 +03:00
CODE_OF_CONDUCT.md Add license, DCO and COC 2020-08-11 10:26:03 +03:00
CONTRIBUTING.md Update dependencies 2021-06-10 10:40:28 +02:00
DCO Add license, DCO and COC 2020-08-11 10:26:03 +03:00
Dockerfile Update dependencies 2021-06-10 10:40:28 +02:00
LICENSE Add license, DCO and COC 2020-08-11 10:26:03 +03:00
MAINTAINERS Note maintainers shared from fluxcd/flux2 2020-11-27 10:46:57 +00:00
Makefile Update image-reflector-controller to v0.10.0 2021-06-10 15:04:34 +02:00
PROJECT Add v1alpha2 API version 2021-04-13 10:30:51 +01:00
README.md Add report, license and release badges to README 2021-04-22 10:37:29 +02:00
go.mod Update image-reflector-controller to v0.10.0 2021-06-10 15:04:34 +02:00
go.sum Update image-reflector-controller to v0.10.0 2021-06-10 15:04:34 +02:00
main.go Move to ImagePolicy v1alpha2 2021-04-22 10:03:22 +03: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

The shared library libgit2 needs to be installed to test or build locally. The version required corresponds to the version of git2go (which are Go bindings for libgit2), according to this table.

See https://github.com/fluxcd/source-controller/blob/main/CONTRIBUTING.md#installing-required-dependencies for instructions on how to install libgit2.