From ac4cf07715e1be33aa4377a8522a22b9c55a62b9 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Sat, 18 Jul 2020 15:18:39 +0100 Subject: [PATCH] Initial revision with README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..20edec6 --- /dev/null +++ b/README.md @@ -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.