GitOps Toolkit controller that patches container image tags in Git
Go to file
Sanskar Jaiswal c656221973
Update source-controller API to v1.0.0-rc.5
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
2023-06-01 13:42:42 +05:30
.github build(deps): bump github/codeql-action from 2.3.4 to 2.3.5 2023-05-29 20:04:05 +00:00
api Update source-controller API to v1.0.0-rc.5 2023-06-01 13:42:42 +05:30
config Release v0.34.0 2023-05-29 13:33:38 +05:30
docs Rename controllers to controller 2023-05-25 10:08:03 +02:00
hack bump API deps; GitRepository v1 2023-03-31 14:27:12 +02:00
internal Return signing entity parsing error 2023-05-31 13:24:25 +02:00
pkg Update image-reflector API to v1beta2 2023-02-16 22:37:26 +05:30
tests/fuzz Rename controllers to controller 2023-05-25 10:08:03 +02:00
.dockerignore libgit2: Remove references to libgit2 from code 2022-12-09 11:30:55 +00:00
.gitignore Rename controllers to controller 2023-05-25 10:08:03 +02:00
.goreleaser.yaml release: pass `--yes` to cosign in signs 2023-03-08 16:43:37 +01:00
CHANGELOG.md Release v0.34.0 2023-05-29 13:33:38 +05:30
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 Update Alpine to 3.18 2023-05-10 09:28:41 -04:00
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 Rename controllers to controller 2023-05-25 10:08:03 +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 Update source-controller API to v1.0.0-rc.5 2023-06-01 13:42:42 +05:30
go.sum Update source-controller API to v1.0.0-rc.5 2023-06-01 13:42:42 +05:30
main.go Set controller package name 2023-05-31 13:15:46 +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.