-
Notifications
You must be signed in to change notification settings - Fork 218
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
feat: options to configure chart upgrade strategy #652
base: main
Are you sure you want to change the base?
Conversation
Hi @cpanato, would you have time to look at this? Sorry, I can't add/tell who to request reviews :D |
This is great, this would fix the issues I'm having where the chart upgrade path cannot be tested because of the adding of new default values which don't get included in the upgrade. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Signed-off-by: Thuan Vo <[email protected]>
Hi, would anyone mind having a look at this PR? I think it would be useful for testing with different upgrade paths. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
What this PR does / why we need it:
Added options (i.e.
--upgrade-strategy <option>
) to configure upgrade strategy for chart values. This allows maintainers to choose whichever upgrade paths align with their charts.Without specifying the flag, default to
reuse-values
for backwards compatibility.Follow up for #531
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #525Special notes for your reviewer:
Sorry if it duplicates any in-progress work. Please let me know what you think :D