fix: Timeout is a duration so we need to specify the correct value#100
fix: Timeout is a duration so we need to specify the correct value#100danielpanzella merged 1 commit intomainfrom
Conversation
WalkthroughAdjusted the Helm uninstall timeout to use a time.Duration by importing time and changing the literal from 600 to 600 * time.Second in pkg/helm/chart.go. No other behavior or APIs changed. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~7 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (2)
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 |
### [1.21.2](v1.21.1...v1.21.2) (2025-10-02) ### Bug Fixes * Timeout is a duration so we need to specify the correct value ([#100](#100)) ([e6988a3](e6988a3))
|
This PR is included in version 1.21.2 🎉 |
Summary by CodeRabbit