GitOps Toolkit controller that patches container image tags in Git
Go to file
Michael Bridgen c7d5511f1e Start test scaffolding
- 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.
2020-07-23 18:20:35 +01:00
.github/workflows Prototype GitHub Actions CI 2020-07-23 18:10:51 +01:00
api/v1alpha1 Commit and push changes after running update 2020-07-23 18:20:35 +01:00
config Change name of deployment 2020-07-23 18:20:35 +01:00
controllers Start test scaffolding 2020-07-23 18:20:35 +01:00
hack Initialise controller scaffolding 2020-07-18 15:23:13 +01:00
pkg/update Add update strategy that uses image policy 2020-07-23 18:20:35 +01:00
.gitignore Ignore notes scratch file 2020-07-20 12:53:38 +01:00
Dockerfile Add update strategy that uses image policy 2020-07-23 18:20:35 +01:00
Makefile Give the image and configs less generic names 2020-07-21 12:26:24 +01:00
PROJECT Add ImageUpdateAutomation type and controller 2020-07-23 18:14:28 +01:00
README.md Initial revision with README 2020-07-18 15:18:39 +01:00
go.mod Start test scaffolding 2020-07-23 18:20:35 +01:00
go.sum Start test scaffolding 2020-07-23 18:20:35 +01:00
main.go Add update strategy that uses image policy 2020-07-23 18:20:35 +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.