Open hardillb opened 9 months ago
The current chart has the tag set to v4.2 which should track the latest 4.2.x release
v4.2
But the default pullPolicy is IfNotPresent so it won't upgrade without overiding the default.
pullPolicy
IfNotPresent
Should this default be changed?
Or is the recommendation to pass the definitive tag name e.g. v4.2.5?
v4.2.5
Should be ok to close this now that we're on v4.2.8 and it's specified correctly.
The current chart has the tag set to
v4.2
which should track the latest 4.2.x releaseBut the default
pullPolicy
isIfNotPresent
so it won't upgrade without overiding the default.Should this default be changed?
Or is the recommendation to pass the definitive tag name e.g.
v4.2.5
?