Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using latest tag with IfNotPresent is unsafe #641

Open
bo0ts opened this issue Jun 12, 2024 · 0 comments
Open

Using latest tag with IfNotPresent is unsafe #641

bo0ts opened this issue Jun 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bo0ts
Copy link

bo0ts commented Jun 12, 2024

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 bo0ts added the bug Something isn't working label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants