This commit bundles the `image-automation-controller:$VER-arm64` ARM image tag range that was previously released separately with the `image-automation-controller:$VER` image, as GitHub now provides us insights into image layer statistics. Signed-off-by: Hidde Beydals <hello@hidde.co> |
||
|---|---|---|
| .github/workflows | ||
| api | ||
| config | ||
| controllers | ||
| docs/api | ||
| hack | ||
| pkg | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| DCO | ||
| Dockerfile | ||
| LICENSE | ||
| MAINTAINERS | ||
| Makefile | ||
| PROJECT | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
README.md
Image automation controller
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.