docs: add migration guide from backstage chart (1.y) to rhdh chart (2.y) [RHIDP-16514] - #516
Draft
rm3l wants to merge 5 commits into
Conversation
Add a values mapping reference under docs/ covering all path changes between the legacy backstage chart and the new redhat-developer-hub chart. Link to it from the README migration section and replace the WIP placeholder with actionable guidance. Ref: RHIDP-16514
- Use GitHub alert syntax for the important notice - Guide users to locate their existing values file first - Use helm upgrade --install to handle both existing and new releases Ref: RHIDP-16514
rm3l
force-pushed
the
RHIDP-16514--create-1-y-to-2-y-migration-guide-and-tooling-for-rhdh-helm-chart-users
branch
from
September 2, 2026 16:02
31d9627 to
010b9a4
Compare
backstage chart (1.y) to rhdh chart (2.y)
…tion guide Ref: RHIDP-16514
rm3l
force-pushed
the
RHIDP-16514--create-1-y-to-2-y-migration-guide-and-tooling-for-rhdh-helm-chart-users
branch
from
September 2, 2026 16:12
0388cd0 to
6ebc267
Compare
Match the old backstage chart's nameOverride so that resource names (and OpenShift Route URLs) are preserved during migration. Ref: RHIDP-16514
|
backstage chart (1.y) to rhdh chart (2.y)backstage chart (1.y) to rhdh chart (2.y) [RHIDP-16514]
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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.



Description of the change
Migration guidance with a complete values mapping reference for moving from the legacy
backstagechart (RHDH 1.y) to the newredhat-developer-hubchart (RHDH 2.y).The guide covers:
helm upgradein place)Which issue(s) does this PR fix or relate to
How to test changes / Special notes to the reviewer
Documentation-only change. Review the mapping tables in
docs/migration-from-backstage-chart.mdagainst thevalues.yamlfiles of both charts for accuracy.Checklist
Chart.yamlaccording to Semantic Versioning.values.yamland added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Runpre-commit run --all-filesto run the hooks and then push any resulting changes. The pre-commit Workflow will enforce this and warn you if needed.pre-commithook.ct lintcommand.