I am looking for a query to see when a container’s image tag changes within a pod with Prometheus and that return it previous value.
I tried to use
kube_pod_container_info{} != kube_pod_container_info{} offset 5m
But it only shows some dots in the past and most values are Nans.