GitOps Toolkit controller that patches container image tags in Git
Go to file
dependabot[bot] 2fdd3f99c0
build(deps): bump the ci group with 4 updates
Bumps the ci group with 4 updates: [korthout/backport-action](https://github.com/korthout/backport-action), [actions/setup-go](https://github.com/actions/setup-go), [docker/metadata-action](https://github.com/docker/metadata-action) and [anchore/sbom-action](https://github.com/anchore/sbom-action).


Updates `korthout/backport-action` from 2.1.1 to 2.2.0
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](08bafb375e...b982d297e3)

Updates `actions/setup-go` from 4.1.0 to 5.0.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](93397bea11...0c52d547c9)

Updates `docker/metadata-action` from 5.0.0 to 5.3.0
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](96383f4557...31cebacef4)

Updates `anchore/sbom-action` from 0.15.0 to 0.15.1
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](fd74a6fb98...5ecf649a41)

---
updated-dependencies:
- dependency-name: korthout/backport-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 10:34:33 +00:00
.github build(deps): bump the ci group with 4 updates 2023-12-11 10:34:33 +00:00
api Update Kustomize to v5.3.0 2023-12-11 11:11:32 +02:00
config Bump version in kustomization and go.mod 2023-09-18 16:40:01 +02:00
docs Fix bad link 2023-08-29 21:27:16 -04:00
hack Align docs structure with other controllers 2023-07-21 17:09:39 +02:00
internal Upgrade github.com/fluxcd/pkg/{git,git/gogit} 2023-09-18 11:05:32 +02:00
pkg Add test for multi-line string 2023-11-21 08:57:34 +02:00
tests/fuzz Align go.mod version with Kubernetes (Go 1.20) 2023-06-27 10:18:54 +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 Add SLSA3 generators to release workflow 2023-06-22 15:23:25 +03:00
CHANGELOG.md Release v0.36.1 2023-09-18 16:23:49 +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 Align go.mod version with Kubernetes (Go 1.20) 2023-06-27 10:18:54 +03:00
Dockerfile build: update `tonistiigi/xx` to 1.3.0 2023-12-11 09:19:01 +01: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 Align docs structure with other controllers 2023-07-21 17:09:39 +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 Kustomize to v5.3.0 2023-12-11 11:11:32 +02:00
go.sum Update Kustomize to v5.3.0 2023-12-11 11:11:32 +02:00
main.go Migrate to controller-runtime v0.16 2023-11-20 23:18:32 +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.