Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tthvo
Copy link

@tthvo tthvo commented May 26, 2024

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 #525

Special notes for your reviewer:

Sorry if it duplicates any in-progress work. Please let me know what you think :D

@tthvo
Copy link
Author

tthvo commented Jun 6, 2024

Hi @cpanato, would you have time to look at this? Sorry, I can't add/tell who to request reviews :D

@jochbru
Copy link

jochbru commented Jul 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

helm upgrade uses reuse-values by default
2 participants