GitOps Toolkit controller that patches container image tags in Git
Go to file
Hidde Beydals 776e1825d9 Use patched go-git version
To work around `object not found` errors due to a newly introduced bug
in go-git v5.4.0.

Signed-off-by: Hidde Beydals <hello@hidde.co>
2021-05-31 16:34:30 +02:00
.github Add CodeQL scanning to CI 2021-03-16 18:04:05 +02:00
api Update source-controller/api to v0.13.0 2021-05-26 15:04:20 +02:00
config Release v0.10.0 2021-05-26 15:21:47 +02:00
controllers Switch to `github.com/ProtonMail/go-crypto/openpgp` 2021-05-26 14:47:27 +02:00
docs spec: formatting `v1alpha1` -> `v1alpha2` table 2021-04-22 12:15:37 +02:00
hack Generate docs for v1alpha2 2021-04-13 11:01:45 +01:00
pkg Fix resolving image name for marker name attribute 2021-05-06 15:40:29 +03:00
.gitignore Test controller to the point of committing changes 2020-07-23 18:20:35 +01:00
CHANGELOG.md Release v0.10.0 2021-05-26 15:21:47 +02:00
CODE_OF_CONDUCT.md Add license, DCO and COC 2020-08-11 10:26:03 +03:00
CONTRIBUTING.md Make the API package a dedicated module 2020-11-19 12:16:17 +01:00
DCO Add license, DCO and COC 2020-08-11 10:26:03 +03:00
Dockerfile Use musl and libgit2 packages from v3.13 branch 2021-02-10 22:34:38 +01: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 source-controller to v0.13.0 2021-05-26 14:33:24 +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 Use patched go-git version 2021-05-31 16:34:30 +02:00
go.sum Use patched go-git version 2021-05-31 16:34:30 +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.