revert(ci): revert "chore(deps): update dependency helm to v4"#439
Conversation
…-developer#430)" Helm v4.2.1 causes "helm install" to hang indefinitely, ignoring the --timeout flag entirely. No chart pods are ever created and helm produces no output until the runner kills it after 2+ hours. This reverts commit 26c43ea.
|
PR Summary by QodoRevert CI Helm upgrade to v4; pin Helm back to v3.21.1 Description
Diagram
High-Level Assessment
Files changed (6)
|



Description of the change
Helm v4.2.1 causes "helm install" to hang indefinitely, ignoring the
--timeout flag entirely. No chart pods are ever created and helm
produces no output until the runner kills it after 2+ hours.
This reverts PR #430 and commit 26c43ea.
We'll need to investigate later. #437 is adding a way to catch those issues earlier in such dependency update PRs, by forcing the chart testing tool to run on all charts, even if no chart was modified.
Which issue(s) does this PR fix or relate to
Nightly job on
maintook 6+ hours before being canceled: https://github.com/redhat-developer/rhdh-chart/actions/runs/27651979368/job/81777873045How 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.