GitOps Toolkit controller that scans container registries
Go to file
Michael Bridgen 6ae6561b8b Test that the tags for a repo are scanned
In this commit I use the test registry implementation to check that
the controller will scan the tags of an image. This needs a bit more
scaffolding, since the test registry doesn't handle /tags/list.
2020-07-12 14:08:16 +01:00
api/v1alpha1 Actually scan the image repository 2020-07-11 09:37:45 +01:00
config Actually scan the image repository 2020-07-11 09:37:45 +01:00
controllers Test that the tags for a repo are scanned 2020-07-12 14:08:16 +01:00
hack Add copyright notice to boilerplate 2020-07-08 07:34:23 +01:00
.gitignore kubebuild init 2020-07-08 07:32:12 +01:00
Dockerfile kubebuild init 2020-07-08 07:32:12 +01:00
LICENSE Create LICENSE 2020-07-08 07:28:44 +01:00
Makefile kubebuild init 2020-07-08 07:32:12 +01:00
PROJECT Add ImageRepository type 2020-07-08 07:49:00 +01:00
README.md Initial revision 2020-07-08 07:26:21 +01:00
go.mod Implement minimal ImageRepository spec 2020-07-08 22:13:35 +01:00
go.sum Actually scan the image repository 2020-07-11 09:37:45 +01:00
main.go Jiggle things around until there's a passing test 2020-07-09 21:20:04 +01:00

README.md

Image update controller

This is an attempt to build controllers along the lines set out in https://squaremo.dev/posts/gitops-controllers/.