-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add Helm hook to upgrade CRDs #2371
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold for review |
043a440
to
03e0a30
Compare
/assign @yuchaoran2011 @jacobsalway @ImpSy |
ae1dc4e
to
158704b
Compare
Signed-off-by: Yi Chen <[email protected]>
158704b
to
023391d
Compare
The fact that Helm doesn't upgrade CRDs during an upgrade has bitten me in the past, so I'm definitely in favour of including some way to do so. It goes without saying that we should never delete CRDs. My only concern would be maintaining Go code to do this versus some other options I've seen in the wild:
If one of these options can work for our use case, there'd be less code/surface area to maintain. Curious what you think as well? |
|
Purpose of this PR
Proposed changes:
hook.upgradeCrd
(defaults totrue
).hook.upgradeCrd
istrue
Change Category
Rationale
Checklist
Additional Notes