GitOps Toolkit controller that patches container image tags in Git
Go to file
Max Jonas Werner cf41ff1069
wip
2023-05-30 15:32:45 +02:00
.github/workflows build: update scan workflow 2023-03-08 10:38:30 +01:00
api bump API deps; GitRepository v1 2023-03-31 14:27:12 +02:00
config Release 0.32.0 2023-03-31 16:28:35 +02:00
docs add support for commit sigining PGP key passphrases 2023-05-02 19:31:06 +05:30
hack bump API deps; GitRepository v1 2023-03-31 14:27:12 +02:00
internal make image digest available in setters 2023-05-09 11:15:15 +02:00
pkg wip 2023-05-30 15:32:45 +02:00
tests/fuzz make image digest available in setters 2023-05-09 11:15:15 +02:00
.dockerignore libgit2: Remove references to libgit2 from code 2022-12-09 11:30:55 +00:00
.gitignore move `controllers` to `internal/controllers` 2023-03-27 22:33:01 +05:30
.goreleaser.yaml release: pass `--yes` to cosign in signs 2023-03-08 16:43:37 +01:00
CHANGELOG.md Release 0.32.0 2023-03-31 16:28:35 +02: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 libgit2: Update documentation 2022-12-09 13:43:22 +00:00
Dockerfile move `controllers` to `internal/controllers` 2023-03-27 22:33:01 +05:30
LICENSE Add license, DCO and COC 2020-08-11 10:26:03 +03:00
MAINTAINERS Update contact details for pjbgf 2023-01-26 18:19:19 +00:00
Makefile make image digest available in setters 2023-05-09 11:15:15 +02:00
PROJECT Remove deprecated alpha APIs 2022-11-16 17:22:51 +02:00
README.md libgit2: Update documentation 2022-12-09 13:43:22 +00:00
go.mod make image digest available in setters 2023-05-09 11:15:15 +02:00
go.sum make image digest available in setters 2023-05-09 11:15:15 +02:00
main.go bump API deps; GitRepository v1 2023-03-31 14:27:12 +02: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.