Initial revision with README

This commit is contained in:
Michael Bridgen 2020-07-18 15:18:39 +01:00
commit ac4cf07715
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# Image automation controller
This is part of the image update automation, as outlined in
- [this post](https://squaremo.dev/posts/gitops-controllers/); and refined in
- [this design](https://github.com/squaremo/image-reflector-controller/pull/5)
Its sibling repository
[image-reflector-controller](https://github.com/squaremo/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.