Commit 82a46d8
authored
fix(ci): disable orchestrator in upgrade base helm install (#5090)
The 1.9 CI values file (values_showcase.yaml from release-1.9) sets
orchestrator.enabled=true, causing the chart's sonataflows.yaml template
to run a Helm lookup for the SonataFlowPlatform CRD. Since the SonataFlow
operator is not installed on the test cluster, the CRD does not exist and
the lookup fails hard, blocking the entire 1.9->1.10 upgrade test pipeline.
Fix by adding --set orchestrator.enabled=false to the base helm install
command in initiate_upgrade_base_deployments(). The upgrade test does not
need the orchestrator functionality - it tests RHDH core upgrade behavior.
Closes: RHDHBUGS-3441
Assisted-by: OpenCode1 parent 45a665c commit 82a46d8
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
620 | 623 | | |
621 | 624 | | |
622 | 625 | | |
623 | 626 | | |
624 | 627 | | |
625 | 628 | | |
626 | | - | |
| 629 | + | |
| 630 | + | |
627 | 631 | | |
628 | 632 | | |
629 | 633 | | |
| |||
0 commit comments