chore: upgrade Helm to v4.1.3 across CI workflows and Taskfile#2021
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (3)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughBumps Helm setup in GitHub Actions to Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
<!-- markdownlint-disable MD041 --> Upgrades Helm from v3.14.0 (and v4.0.0 in conformance) to v4.1.3 across all CI workflows and the controller Taskfile: - `.github/workflows/kubernetes-controller.yml` — update all 3 Install Helm steps from v3.14.0 to v4.1.3, standardize action comment to `# v4.3.1` - `.github/workflows/controller-release.yml` — update Install Helm step from v3.14.0 to v4.1.3, standardize action comment to `# v4.3.1` - `.github/workflows/conformance.yml` — update Install Helm step from v4.0.0 to v4.1.3 - `kubernetes/controller/Taskfile.yml` — update helm-schema-plugin install to use `.git` suffix and `--verify=false` for Helm v4 compatibility <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Relates to: open-component-model#2005 Signed-off-by: Piotr Janik <piotr.janik@sap.com> # Conflicts: # .github/workflows/controller-release.yml # .github/workflows/kubernetes-controller.yml
3a1e2a7
What this PR does / why we need it
Upgrades Helm from v3.14.0 (and v4.0.0 in conformance) to v4.1.3 across all CI workflows and the controller Taskfile:
.github/workflows/kubernetes-controller.yml— update all 3 Install Helm steps from v3.14.0 to v4.1.3, standardize action comment to# v4.3.1.github/workflows/controller-release.yml— update Install Helm step from v3.14.0 to v4.1.3, standardize action comment to# v4.3.1.github/workflows/conformance.yml— update Install Helm step from v4.0.0 to v4.1.3kubernetes/controller/Taskfile.yml— update helm-schema-plugin install to use.gitsuffix and--verify=falsefor Helm v4 compatibilityRelates to: #2005
Summary by CodeRabbit