[release-1.10] chore(backstage): pin RHDH image to next-1.10 - #400
Conversation
Code Review by Qodo
1. Schema template default tag stale
|
|
Review Summary by QodoPin RHDH image to next-1.10 and bump chart version
WalkthroughsDescription• Pin RHDH image tag to next-1.10 for release-1.10 branch • Update chart version from 5.12.1 to 5.12.2 • Update documentation and schema to reflect new image tag Diagramflowchart LR
A["Chart Version 5.12.1"] -- "bump version" --> B["Chart Version 5.12.2"]
C["Image Tag: next"] -- "pin to release" --> D["Image Tag: next-1.10"]
B --> E["Updated Documentation"]
D --> E
File Changes1. charts/backstage/Chart.yaml
|



Description of the change
Which 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. 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.