Source: imago
Section: misc
Priority: optional
Maintainer: Philippe Pepiot <phil@philpep.org>
Build-Depends:
 debhelper (>= 9),
 wget,
 ca-certificates,
Standards-Version: 4.3.0

Package: imago
Architecture: amd64
Depends: ${misc:Depends}
Description: Ensure kubernetes pods run on latest images builds from the docker registry
 This project aims to ease continuous delivery of docker images in a kubernetes cluster.
 Imago is the last stage of an insect, it also refer to image and go (golang).
 Imago looks for kubernetes Deployments, DaemonSets, StatefulSet and CronJobs
 configuration and update them to use the latest image sha256 digest from the
 docker repository.
 This is useful to handle the following cases:
 - image is rebuilt for security fixes
 - ensure all pods use exactly the same image
 - image is rebuilt by CI for continuous delivery
 Imago ensure your pods are running the latest build.
