GitOps Toolkit controller that patches container image tags in Git
Go to file
Sunny 474e4c39d4
Merge pull request #759 from fluxcd/api-update-sc
Update source-controller to v1.4.1 in api
2024-09-27 00:58:41 +05:30
.github Bump github/codeql-action from 3.26.8 to 3.26.9 in the ci group 2024-09-24 19:33:13 +00:00
api Update source-controller to v1.4.1 in api 2024-09-26 19:17:03 +00:00
config Release v0.39.0 2024-09-26 18:42:42 +00:00
docs Enable Azure OIDC for Azure DevOps Repository in IAC 2024-09-25 22:07:44 +00:00
hack Introduce v1beta2 API 2024-04-18 16:16:08 +05:30
internal Update source-controller to v1.4.1 2024-09-26 18:04:46 +00:00
pkg adding tests for getExtFromSchema 2024-03-27 23:12:25 -05:00
tests/fuzz Build with Go 1.23 2024-08-15 11:02:43 -03: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 Adapt config to GoRelease v2 2024-06-11 09:15:30 +03:00
CHANGELOG.md Update source-controller to v1.4.1 in api 2024-09-26 19:17:03 +00: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 with Go 1.23 2024-08-15 11:02:43 -03:00
Dockerfile Build with Go 1.23 2024-08-15 11:02:43 -03: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 Update controller-gen to v0.16.1 2024-09-13 10:52:10 +03:00
PROJECT Introduce v1beta2 API 2024-04-18 16:16:08 +05:30
README.md libgit2: Update documentation 2022-12-09 13:43:22 +00:00
go.mod Release v0.39.0 2024-09-26 18:42:42 +00:00
go.sum Release v0.39.0 2024-09-26 18:42:42 +00:00
main.go Add new reconciler using new v1beta2 API 2024-04-18 16:16:09 +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

For additional information on dependecies and how to contribute please refer to DEVELOPMENT.md.