GitOps Toolkit controller that patches container image tags in Git
Go to file
Paulo Gomes f51050e8c0
Enrich 'early EOF' error message
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
2022-07-26 11:17:12 +01:00
.github/workflows build: Upgrade to Go 1.18 2022-07-06 17:07:13 +01:00
api build: Upgrade to Go 1.18 2022-07-06 17:07:13 +01:00
config Release v0.23.5 2022-07-15 16:29:36 +01:00
controllers Enrich 'early EOF' error message 2022-07-26 11:17:12 +01:00
docs update toolkit.f.i docs links 2022-04-01 10:29:36 +02:00
hack build: provenance and tampering checks for libgit2 2022-07-13 10:34:39 +01:00
internal/features git: Enable managed transport by default 2022-06-01 21:03:54 +03:00
pkg Instruct kyaml/kio to retain sequence indentation style 2022-05-24 20:58:32 +02:00
tests/fuzz Update libgit2 to v1.3.2 2022-07-14 13:49:24 +01:00
.dockerignore Add support for fuzzing tests using oss-fuzz-build. 2022-02-11 19:59:48 +05:30
.gitignore Upgrade libgit2 and fix static builds 2022-02-10 16:28:41 +05:30
.goreleaser.yaml Publish SBOM and sign release artifacts 2022-01-25 15:24:18 +02:00
ATTRIBUTIONS.md Update source-controller to v0.22.4 2022-03-28 15:22:19 +01:00
CHANGELOG.md Release v0.23.5 2022-07-15 16:29:36 +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 build: Add make env 2022-07-20 20:08:00 +01:00
Dockerfile Update libgit2 to v1.3.2 2022-07-14 13:49:24 +01:00
LICENSE Add license, DCO and COC 2020-08-11 10:26:03 +03:00
MAINTAINERS Add pjbgf to Maintainers 2022-02-17 11:23:12 +00:00
Makefile build: Add make env 2022-07-20 20:08:00 +01:00
PROJECT Graduate v1alpha2 API to v1beta1 2021-06-28 11:26:59 +01:00
README.md update toolkit.f.i docs links 2022-04-01 10:29:36 +02:00
go.mod Enrich 'early EOF' error message 2022-07-26 11:17:12 +01:00
go.sum Enrich 'early EOF' error message 2022-07-26 11:17:12 +01:00
main.go Update source-controller to v0.25.7 2022-06-22 15:55:50 +05:30

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/DEVELOPMENT.md#installing-required-dependencies for instructions on how to install libgit2.