[DSD-10347] 1.3.1 Packet Processing Performance Tuning release#1104
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
Warning Review limit reached
More reviews will be available in 2 minutes and 5 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (9)
WalkthroughThe Helm chart for the pre-registration booking service is updated to release candidate version 1.3.1-rc.1, with the container image repository migrated from the QA Docker namespace to the production namespace and the tag pinned to the matching RC version. ChangesHelm chart RC release configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 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 `@helm/prereg-booking/values.yaml`:
- Around line 49-50: The values.yaml currently pins the image via the repository
and tag fields (repository: mosipid/pre-registration-booking-service and tag:
1.3.1-rc.1) but the specified tag does not exist on Docker Hub; update the tag
value in the tag field to a verified existing image tag (or rebuild/push the
image under 1.3.1-rc.1) so Helm can pull the image successfully—locate the
repository and tag entries in the helm/prereg-booking values.yaml and change the
tag to a valid tag or ensure the image with tag 1.3.1-rc.1 is published before
deploying.
🪄 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: 1d5d97d4-345c-4b27-9c94-dfa71413e12a
📒 Files selected for processing (2)
helm/prereg-booking/Chart.yamlhelm/prereg-booking/values.yaml
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
Automated PR for release.
Summary by CodeRabbit