chore(helm): bump app version to 3.1.2#2870
Conversation
📝 WalkthroughWalkthroughIncremented Helm chart metadata in the Seerr chart: updated the chart version from 3.4.1 to 3.4.2 and the application version from v3.1.0 to v3.1.1. Updated corresponding version badges in the README to reflect these changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (1 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 the current code and only fix it if needed.
Inline comments:
In `@charts/seerr-chart/Chart.yaml`:
- Line 8: The Chart.yaml currently sets appVersion: 'v3.1.1', which does not
exist in Seerr releases; update the appVersion field in Chart.yaml to the actual
released version (e.g., 'v3.1.0') or add a clear comment/annotation if this is
an intentional pre-release; locate the appVersion key in Chart.yaml and change
its value to the correct release tag (or document that it's a pre-release) so
the chart references a valid Seerr release.
🪄 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: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: e1e98bfd-9afb-477b-a7c7-094651647d8d
📒 Files selected for processing (2)
charts/seerr-chart/Chart.yamlcharts/seerr-chart/README.md
Description
Upgrade chart to use https://github.com/seerr-team/seerr/releases/tag/v3.1.1.
How Has This Been Tested?
N/A
Checklist:
pnpm buildpnpm i18n:extractSummary by CodeRabbit