chore: upgrade charts to Flux v2.7.3 release#268
Closed
ravilr wants to merge 1 commit intofluxcd-community:mainfrom
Closed
chore: upgrade charts to Flux v2.7.3 release#268ravilr wants to merge 1 commit intofluxcd-community:mainfrom
ravilr wants to merge 1 commit intofluxcd-community:mainfrom
Conversation
Signed-off-by: ravilr <raviprasad_lr@yahoo.com>
Contributor
Author
|
@stefanprodan @tamalsaha PTAL. Do you think whether the added pre-upgrade helm hook for |
Collaborator
|
Can you please rebase? |
Collaborator
Please open separate prs for these. |
Contributor
Author
@tamalsaha #270 is open for adding the pre-upgrade hook. Since most of the files will run into conflict again, i'll rebase this PR for upgrading to flux-v2.7.3, after that new PR is reviewed and merged.. |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
pre-upgradehelm hook job, which runsflux migrateto migrate the Flux Custom Resources to their latest API versions. the hook is disabled by default, can be enabled by value settingscrds.migration.enabledtotrue.Which issue this PR fixes
Special notes for your reviewer:
--set crds.migration.enabled=trueand verified that it renders as expected and successful job completion on multitenancy enabled and privileged disabled setup. the migrate job uses thekustomize-controllerserviceaccount, which hascluster-adminclusterrole binded, with chart default values. In case of multitenancy enabled and privileged disabled setup, additional rbac access for get, list and update on CRD resource are granted.Checklist
make reviewable