charts icon indicating copy to clipboard operation
charts copied to clipboard

Using latest tag with IfNotPresent is unsafe

Open bo0ts opened this issue 1 year ago • 0 comments

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

bo0ts avatar Jun 12 '24 09:06 bo0ts