siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.
Other
395 stars 23 forks source link

fix: properly update the pulled images count if some images are skipped #338

Closed Unix4ever closed 3 weeks ago

Unix4ever commented 3 weeks ago

The code had an issue: if the loop pulled at least one image and one of the images in the end of the loop already exist on the node, it was skipping the update, so only the outdated event was sent to the channel.

Unix4ever commented 3 weeks ago

/m