chore(backstage): Switch default tag to next on the main branch#276
Conversation
This is to be consistent with what we have in the operator repo, where we use next on the main branch by default
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Type(Describe updated until commit 4eed430)Enhancement Description
|
| Relevant files | |||||||
|---|---|---|---|---|---|---|---|
| Configuration changes |
| ||||||
| Documentation |
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
…main_to_be_consistent_with_operator
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||



Description of the change
This is to be consistent with what we have in the operator repo, where we use
nexton themainbranch by default: https://github.com/redhat-developer/rhdh-operator/blob/main/config/profile/rhdh/patches/deployment-patch.yaml#L30We continue to pin the tag to
1.yin the respectiverelease-1.ybranches: https://github.com/redhat-developer/rhdh-chart/blob/release-1.8/charts/backstage/values.yaml#L41Which issue(s) does this PR fix or relate to
—
How to test changes / Special notes to the reviewer
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. Usepre-commit run -ato apply changes. The pre-commit Workflow will do this automatically for you if needed.pre-commithook.ct lintcommand.