Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluxcd/image-automation-controller
GitOps Toolkit controller that patches container image tags in Git
https://github.com/fluxcd/image-automation-controller
gitops-toolkit
Last synced: 3 days ago
JSON representation
GitOps Toolkit controller that patches container image tags in Git
- Host: GitHub
- URL: https://github.com/fluxcd/image-automation-controller
- Owner: fluxcd
- License: apache-2.0
- Created: 2020-07-18T13:48:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T19:41:40.000Z (20 days ago)
- Last Synced: 2024-10-25T03:22:35.807Z (20 days ago)
- Topics: gitops-toolkit
- Language: Go
- Homepage: https://fluxcd.io
- Size: 2.38 MB
- Stars: 175
- Watchers: 14
- Forks: 71
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Image automation controller
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4789/badge)](https://bestpractices.coreinfrastructure.org/projects/4789)
[![report](https://goreportcard.com/badge/github.com/fluxcd/image-automation-controller)](https://goreportcard.com/report/github.com/fluxcd/image-automation-controller)
[![license](https://img.shields.io/github/license/fluxcd/image-automation-controller.svg)](https://github.com/fluxcd/image-automation-controller/blob/main/LICENSE)
[![release](https://img.shields.io/github/release/fluxcd/image-automation-controller/all.svg)](https://github.com/fluxcd/image-automation-controller/releases)This controller automates updates to YAML when new container images
are available.Its sibling,
[image-reflector-controller](https://github.com/fluxcd/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](https://fluxcd.io/flux/guides/image-update/).## How to work on it
For additional information on dependecies and how to contribute
please refer to [DEVELOPMENT.md](DEVELOPMENT.md).