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

Consider changing default imagePullPolicy from IfNotPresent to Always #1213

Open
programmer04 opened this issue Jan 8, 2025 · 1 comment

Comments

@programmer04
Copy link
Member

Currently the default imagePullPolicy is IfNotPresent for images referenced by charts, see

which means that in case of usage tag like 3.4 when 3.4.2 version has been released, still version 3.4.1 may be used in case of being cached may lead to confusion and not the best user experience. In case of Always it uses local cache only when digest matches (it's exactly the same version), see the official docs.

Proposal change default policy for pulling images from IfNotPresent to Always everywhere.

@programmer04
Copy link
Member Author

x-posting for visibility and consideration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant