chore: align CI values with rhdh-chart 5.7.1#4663
chore: align CI values with rhdh-chart 5.7.1#4663zdrapela wants to merge 2 commits intoredhat-developer:mainfrom
Conversation
…-chart 5.7.1 Value changes: - `upstream.backstage.image.pullPolicy`: `Always` -> `` - `orchestrator.enabled`: `True` -> `False`
… rhdh-chart 5.7.1 Value changes: - `upstream.backstage.image.pullPolicy`: `Always` -> `` - `upstream.postgresql.enabled`: `False` -> `True` - `orchestrator.enabled`: `True` -> `False`
Code Review by Qodo
1. RBAC YAML templates broken
|
|
Review Summary by QodoAlign CI values files with rhdh-chart 5.7.1
WalkthroughsDescription• Align CI values files with rhdh-chart 5.7.1 • Remove comments and simplify YAML formatting • Change upstream.backstage.image.pullPolicy from Always to empty string • Change orchestrator.enabled from true to false • Change upstream.postgresql.enabled from false to true (rbac only) Diagramflowchart LR
A["CI Values Files"] -->|"Remove comments"| B["Simplified YAML"]
A -->|"Update image pullPolicy"| C["pullPolicy: empty"]
A -->|"Disable orchestrator"| D["orchestrator.enabled: false"]
A -->|"Enable PostgreSQL"| E["postgresql.enabled: true"]
B --> F["Aligned with rhdh-chart 5.7.1"]
C --> F
D --> F
E --> F
File Changes1. .ci/pipelines/value_files/values_showcase-rbac.yaml
|



Summary
Auto-align rhdh CI values files with rhdh-chart
5.7.1..ci/pipelines/value_files/values_showcase.yamlupstream.backstage.image.pullPolicy:Always-> ``orchestrator.enabled:True->False.ci/pipelines/value_files/values_showcase-rbac.yamlupstream.backstage.image.pullPolicy:Always-> ``upstream.postgresql.enabled:False->Trueorchestrator.enabled:True->FalseStructure Drift (needs manual review)
.ci/pipelines/value_files/values_showcase.yaml:New chart sections:
global.authglobal.clusterRouterBaseglobal.hostupstream.metricsupstream.postgresql.ci/pipelines/value_files/values_showcase-rbac.yaml:Keys in CI not in chart:
upstream.postgresql.auth.existingSecretNew chart sections:
global.authglobal.clusterRouterBaseglobal.hostupstream.ingressupstream.metricsupstream.serviceAuto-generated by the RHDH Chart Version Aligner MCP tool.