GitOps Toolkit controller that patches container image tags in Git
Go to file
Michael Bridgen d8b85a50c2 Prototype GitHub Actions CI 2020-07-23 18:10:51 +01:00
.github/workflows Prototype GitHub Actions CI 2020-07-23 18:10:51 +01:00
config Give the image and configs less generic names 2020-07-21 12:26:24 +01:00
hack Initialise controller scaffolding 2020-07-18 15:23:13 +01:00
.gitignore Ignore notes scratch file 2020-07-20 12:53:38 +01:00
Dockerfile Initialise controller scaffolding 2020-07-18 15:23:13 +01:00
Makefile Give the image and configs less generic names 2020-07-21 12:26:24 +01:00
PROJECT Initialise controller scaffolding 2020-07-18 15:23:13 +01:00
README.md Initial revision with README 2020-07-18 15:18:39 +01:00
go.mod Initialise controller scaffolding 2020-07-18 15:23:13 +01:00
go.sum Initialise controller scaffolding 2020-07-18 15:23:13 +01:00
main.go Initialise controller scaffolding 2020-07-18 15:23:13 +01:00

README.md

Image automation controller

This is part of the image update automation, as outlined in

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.