jetstack / version-checker

Kubernetes utility for exposing image versions in use, compared to latest available upstream, as metrics.
https://jetstack.io
Apache License 2.0
665 stars 76 forks source link

Fix broken pod metrics caching #160

Closed aidy closed 4 months ago

aidy commented 4 months ago

Add containerType to cache key, otherwise the cache data could be out of sync or non-existant and lead to stale entries in the prometheus gauge.

aidy commented 4 months ago

Probably goes some way to addressing #69