GitOps Toolkit controller that patches container image tags in Git
Go to file
dependabot[bot] 8db8d1d183
Bump the go-deps group across 1 directory with 3 updates
Bumps the go-deps group with 3 updates in the / directory: [github.com/fluxcd/pkg/auth](https://github.com/fluxcd/pkg), [github.com/onsi/gomega](https://github.com/onsi/gomega) and [github.com/spf13/pflag](https://github.com/spf13/pflag).


Updates `github.com/fluxcd/pkg/auth` from 0.21.0 to 0.24.0
- [Commits](https://github.com/fluxcd/pkg/compare/git/v0.21.0...git/v0.24.0)

Updates `github.com/onsi/gomega` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.37.0...v1.38.0)

Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](https://github.com/spf13/pflag/compare/v1.0.6...v1.0.7)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/pkg/auth
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-14 07:24:28 +00:00
.github Update dependabot config 2025-05-28 15:58:21 +03:00
api Remove deprecated APIs in group `image.toolkit.fluxcd.io/v1beta1` 2025-08-08 16:04:17 +03:00
config Remove deprecated APIs in group `image.toolkit.fluxcd.io/v1beta1` 2025-08-08 16:04:17 +03:00
docs Make `.spec.update.strategy` optional 2025-07-16 12:34:31 +03:00
hack Introduce v1beta2 API 2024-04-18 16:16:08 +05:30
internal (chore): adds tls config for GitHub App auth 2025-08-13 16:52:38 +02:00
tests/fuzz Update to Kubernetes 1.33.0 and Go 1.24.0 2025-05-03 16:47:50 +01: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 Release v0.41.2 2025-06-27 11:54:42 +03: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 Update to Kubernetes 1.33.0 and Go 1.24.0 2025-05-03 16:47:50 +01:00
Dockerfile Update to Kubernetes 1.33.0 and Go 1.24.0 2025-05-03 16:47:50 +01:00
LICENSE Add license, DCO and COC 2020-08-11 10:26:03 +03:00
MAINTAINERS Add Dipti Pai to maintainers 2025-02-27 07:14:07 -08:00
Makefile Update to Kubernetes 1.33.0 and Go 1.24.0 2025-05-03 16:47:50 +01: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 Bump the go-deps group across 1 directory with 3 updates 2025-08-14 07:24:28 +00:00
go.sum Bump the go-deps group across 1 directory with 3 updates 2025-08-14 07:24:28 +00:00
main.go Refactor pkg structure 2025-08-11 20:23:26 +03: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.