Closed agronholm closed 2 years ago
Could you rebase and bump chart version?
Could you rebase and bump chart version?
Sure. I just don't understand why every PR should increment the chart version. Isn't that a problem when you merge multiple PRs?
Yes, it is a small problem, but it is a tradeoff we are willing to go with. The requirement of bumping chart version with each PR allows us to move faster while reducing maintenance burden. This is a common pattern in helm chart development and it is also a default option when using helm chart test toolkit.
Done.
What this PR does / why we need it
The chart is set to always tune the settings for a specific PostgreSQL version (11) rather than the one actually being used. I am not certain what this will change in practice, but it does seem wrong to do so when there is no good reason.
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer
Checklist