- start a test git server (thanks Stefan and Hidde!) - initialise it from a fixture (directory with repo contents) This is the basics to build on. |
||
---|---|---|
.github/workflows | ||
api/v1alpha1 | ||
config | ||
controllers | ||
hack | ||
pkg/update | ||
.gitignore | ||
Dockerfile | ||
Makefile | ||
PROJECT | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
Image automation controller
This is part of the image update automation, as outlined in
- this post; and refined in
- this design
Its sibling repository image-reflector-controller implements the image metadata reflection controller (scans container image repositories and reflects the metadata in Kubernetes resources); this repository implements the image update automation controller.