Home > Kubernetes > Deployment > Container could be running with outdated image
low severity

Container could be running with outdated image (SNYK-CC-K8S-42)

Issue

The image policy does not prevent image reuse

Impact

The container may run with outdated or unauthorized image

Resolve

Kubernetes
Set `imagePullPolicy` attribute to `Always`
Terraform
Set `image_pull_policy` attribute to `Always

References