GitOps Toolkit controller that patches container image tags in Git
Go to file
Sunny c0cd875ff0 update_test: Create ImagePolicy per subtest
In TestImageUpdateAutomation_e2e, move the ImagePolicy to be created per
subtest and not shared in the common test environment. This makes the
tests more independent of each other.

Signed-off-by: Sunny <darkowlzz@protonmail.com>
2021-11-30 18:26:38 +05:30
.github Update golang-with-libgit2 to 1.1.1-1 2021-10-08 16:27:58 +02:00
api Port to conditions helpers 2021-11-30 16:29:40 +05:30
config Port to conditions helpers 2021-11-30 16:29:40 +05:30
controllers update_test: Create ImagePolicy per subtest 2021-11-30 18:26:38 +05:30
docs Add support for the sprig functions library 2021-10-12 11:41:03 +02:00
hack Generate docs for v1alpha2 2021-04-13 11:01:45 +01:00
pkg update_test: Create ImagePolicy per subtest 2021-11-30 18:26:38 +05:30
.dockerignore Update github.com/libgit2/git2go to v31.6.1 2021-10-08 16:26:15 +02:00
.gitignore Update github.com/libgit2/git2go to v31.6.1 2021-10-08 16:26:15 +02:00
CHANGELOG.md Release v0.18.0 2021-11-23 13:53:59 +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 Respect PKG_CONFIG_PATH from the environment 2021-11-01 16:29:16 +00:00
Dockerfile Update golang-with-libgit2 to 1.1.1-1 2021-10-08 16:27:58 +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 source-controller to v0.19.0 2021-11-23 13:36:54 +01:00
PROJECT Graduate v1alpha2 API to v1beta1 2021-06-28 11:26:59 +01:00
README.md Add report, license and release badges to README 2021-04-22 10:37:29 +02:00
go.mod Remove legacy_suite_test.go 2021-11-30 18:26:33 +05:30
go.sum Port to conditions helpers 2021-11-30 16:29:40 +05:30
main.go Use events and metrics helpers 2021-11-30 17:50:16 +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/CONTRIBUTING.md#installing-required-dependencies for instructions on how to install libgit2.