GitOps Toolkit controller that scans container registries
Go to file
Somtochi Onyekwere fcd6c921b6 Implement autologin for GCP and Azure
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
2022-01-20 10:16:49 +01:00
.github/workflows Implement autologin for GCP and Azure 2022-01-20 10:16:49 +01:00
api Update flux pkg components 2022-01-06 23:11:14 +01:00
config drop capabilities, enable seccomp and enforce runAsNonRoot 2022-01-20 13:31:45 +05:30
controllers Implement autologin for GCP and Azure 2022-01-20 10:16:49 +01:00
docs Implement autologin for GCP and Azure 2022-01-20 10:16:49 +01:00
hack Add generated API documentation 2020-11-30 14:21:46 +00:00
internal Implement autologin for GCP and Azure 2022-01-20 10:16:49 +01:00
tests/fuzz Refactor fuzzing 2022-01-18 11:13:44 +00:00
.gitignore Refactor fuzzing 2022-01-18 11:13:44 +00:00
CHANGELOG.md Release v0.15.0 2022-01-07 11:21:00 +02:00
CODE_OF_CONDUCT.md Add DCO, CoC and contributing docs 2020-08-11 10:27:03 +03:00
DCO Add DCO, CoC and contributing docs 2020-08-11 10:27:03 +03:00
DEVELOPMENT.md Add instructions to development doc 2022-01-05 17:13:13 -05:00
Dockerfile drop capabilities, enable seccomp and enforce runAsNonRoot 2022-01-20 13:31:45 +05:30
LICENSE Create LICENSE 2020-07-08 07:28:44 +01:00
MAINTAINERS Note shared maintainers from fluxcd/flux2 2020-11-27 10:42:47 +00:00
Makefile Refactor fuzzing 2022-01-18 11:13:44 +00:00
PROJECT Graduate v1alpha2 API to v1beta1 2021-06-24 15:50:11 +01:00
README.md Add API docs for v1alpha2 2021-04-21 19:11:06 +03:00
go.mod Implement autologin for GCP and Azure 2022-01-20 10:16:49 +01:00
go.sum Implement autologin for GCP and Azure 2022-01-20 10:16:49 +01:00
main.go Implement autologin for GCP and Azure 2022-01-20 10:16:49 +01:00

README.md

Image (metadata) reflector controller

CII Best Practices report license release

This is a controller that reflects container image metadata into a Kubernetes cluster. It pairs with the image update automation controller to drive automated config updates.

Installing

Please see the installation and use guide.

If you just want to run this controller for development purposes, do

kustomize build github.com/fluxcd/image-reflector-controller//config/default/?ref=main | kubectl apply -f-