charts
charts copied to clipboard
Using latest tag with IfNotPresent is unsafe
Chart Name
changedetection-io
Chart Version
0.12.0
Bug Description
The latest update changed from a pinned version with PullPolicy "IfNotPresent" to "latest" and kept the "IfNotPresent". This is unsafe, because it will not actually pull the latest version. This way users might miss updates. Always use latest with Always (this is the default if no ImagePullPolicy is specified).
values.yaml
No response
Relevant log output
No response