We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Should be ok to close this now that we're on v4.2.8 and it's specified correctly.
Sorry, something went wrong.
No branches or pull requests
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
?The text was updated successfully, but these errors were encountered: