GitOps Toolkit controller that patches container image tags in Git
Go to file
Sunny 4be070b871 Disable caching of Secrets and ConfigMaps
Disable caching of Secrets and ConfigMaps by default. Enable caching
using feature gate.

Signed-off-by: Sunny <darkowlzz@protonmail.com>
2023-01-30 21:22:23 +05:30
.github/workflows build: Enable SBOM and SLSA Provenance 2023-01-30 16:01:18 +02:00
api Update dependencies 2022-12-20 15:25:12 +00:00
config Release v0.28.0 2022-12-21 09:20:44 +00:00
controllers Add feature gate GitAllBranchReferences 2022-12-20 16:57:39 +00:00
docs libgit2: Update documentation 2022-12-09 13:43:22 +00:00
hack build: Remove unused scripts 2022-12-09 13:43:23 +00:00
internal/features Disable caching of Secrets and ConfigMaps 2023-01-30 21:22:23 +05:30
pkg Build with Go 1.19 2022-09-28 18:38:55 +03:00
tests/fuzz libgit2: Remove libgit2 from fuzzers 2022-12-09 11:51:44 +00:00
.dockerignore libgit2: Remove references to libgit2 from code 2022-12-09 11:30:55 +00:00
.gitignore build: Remove unused scripts 2022-12-09 13:43:23 +00:00
.goreleaser.yaml Publish SBOM and sign release artifacts 2022-01-25 15:24:18 +02:00
CHANGELOG.md Release v0.28.0 2022-12-21 09:20:44 +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 libgit2: Update documentation 2022-12-09 13:43:22 +00:00
Dockerfile Update Alpine to v3.17 2023-01-30 15:59:30 +02: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 libgit2: Remove references to libgit2 from code 2022-12-09 11:30:55 +00: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 Release v0.28.0 2022-12-21 09:20:44 +00:00
go.sum Update dependencies 2022-12-20 15:25:12 +00:00
main.go Disable caching of Secrets and ConfigMaps 2023-01-30 21:22:23 +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.