Skip to content

[DSD-10356] 1.3.1 Packet Processing Performance Tuning post release#321

Merged
Prafulrakhade merged 1 commit into
release-1.3.xfrom
releas-branch
Jun 2, 2026
Merged

[DSD-10356] 1.3.1 Packet Processing Performance Tuning post release#321
Prafulrakhade merged 1 commit into
release-1.3.xfrom
releas-branch

Conversation

@ckm007

@ckm007 ckm007 commented Jun 2, 2026

Copy link
Copy Markdown
Member

Automated PR for release.

Summary by CodeRabbit

  • Chores
    • Updated deployment configuration and Helm chart version to 1.3.1-rc.1-develop for packetmanager.

Signed-off-by: GitHub <noreply@github.com>
@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

The Helm chart version and installation script are updated from 1.3.1-rc.1 to 1.3.1-rc.1-develop to align on the development release variant. Both deployment files reference the same updated version.

Changes

Helm chart version synchronization

Layer / File(s) Summary
Helm chart and install script version update
deploy/install.sh, helm/packetmanager/Chart.yaml
Chart metadata and installation script CHART_VERSION variable are synchronized to reference the 1.3.1-rc.1-develop version.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • mosip/packet-manager#320: Both PRs modify deploy/install.sh and helm/packetmanager/Chart.yaml chart version for the same release-candidate versions.

Suggested reviewers

  • Prafulrakhade

Poem

🐰 A version bump, so small yet true,
From -rc.1 to -develop anew,
Two files dance in perfect sync,
One swift change, done in a blink! 🎉

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title mentions 'Packet Processing Performance Tuning' but the actual changes only update version numbers in two configuration files without any performance tuning modifications. Revise the title to reflect the actual change: update Helm chart and installation script versions to 1.3.1-rc.1-develop for post-release, removing the misleading 'Performance Tuning' reference.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ 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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between f9ec198 and b528510.

📒 Files selected for processing (2)
  • deploy/install.sh
  • helm/packetmanager/Chart.yaml

Comment thread deploy/install.sh
@Prafulrakhade
Prafulrakhade merged commit 57948f3 into release-1.3.x Jun 2, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants