[DSD-10356] 1.3.1 Packet Processing Performance Tuning post release#321
Conversation
Signed-off-by: GitHub <noreply@github.com>
WalkthroughThe Helm chart version and installation script are updated from ChangesHelm chart version synchronization
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@deploy/install.sh`:
- Line 10: CHART_VERSION is set to "1.3.1-rc.1-develop" but the deployed image
tag still resolves from helm/packetmanager/values.yaml as "1.3.1-rc.1", causing
a mismatch; fix by ensuring a single release identifier: either update the
image.tag in helm/packetmanager/values.yaml to "1.3.1-rc.1-develop" or modify
the install invocation that uses CHART_VERSION to pass the image override (e.g.,
add --set image.tag=<CHART_VERSION>), and verify both CHART_VERSION and
image.tag match across the deployment flow.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 87020ba7-6a08-49a8-8788-496f6985b0b1
📒 Files selected for processing (2)
deploy/install.shhelm/packetmanager/Chart.yaml
Automated PR for release.
Summary by CodeRabbit
1.3.1-rc.1-developfor packetmanager.