You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently the default
imagePullPolicy
isIfNotPresent
for images referenced by charts, seecharts/charts/kong/README.md
Line 617 in 648b8c2
charts/charts/kong/README.md
Line 633 in 648b8c2
which means that in case of usage tag like
3.4
when3.4.2
version has been released, still version3.4.1
may be used in case of being cached may lead to confusion and not the best user experience. In case ofAlways
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
toAlways
everywhere.The text was updated successfully, but these errors were encountered: