philpep / imago

Ensure kubernetes pods run on latest images builds from the docker registry
Apache License 2.0
95 stars 13 forks source link

Update via restart without modifying the manifest #12

Closed philpep closed 4 years ago

philpep commented 4 years ago

Currently, imago modify the manifest to use image@sha256, we could add a -restart mode which will just run a rollout restart without modifying the manifest (assuming AlwaysPullImages is enabled).