-
Task
-
Resolution: Unresolved
-
Normal
-
None
-
None
Background
Slack thread: https://redhat-internal.slack.com/archives/C07385ZCG5B/p1742363477113029
review deployments with floating tags and add imagePullPolicy: Always if missing. Random examples to illustrate: 1, 2. Always pull always!
Instead of using images with floating tags and having imagePullPolicy: Always we could pin the versions with the sha hash.
Definition of done
- Review ACSCS repositories and identify image references with the floating tags. Change these to sha instead of tags.
- Configure automatic image updates with dependabot or renovate.