Release Helm charts: portal 0.11.2, service 0.11.2#28
Conversation
portal appVersion: 2.5.2 service appVersion: 2.5.2
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThe Helm charts were bumped to version 0.11.2 with app version 2.5.2. New chart packages were added, and the repository index was regenerated with new entries, digests, URLs, and timestamps. ChangesChart release
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Tick the box to add this pull request to the merge queue (same as
|
There was a problem hiding this comment.
Pull request overview
This PR performs a Helm chart release for the Apollo Portal and Apollo Service charts at 0.11.2 (with appVersion: 2.5.2) and refreshes the Helm repository index and packaged release artifacts under docs/.
Changes:
- Bump
apollo-portalchartversionandappVersionto0.11.2/2.5.2. - Bump
apollo-servicechartversionandappVersionto0.11.2/2.5.2. - Update
docs/index.yamlwith new0.11.2entries (and regenerated timestamps/digests), and publish new packaged chart tarballs.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apollo-portal/Chart.yaml | Bumps chart version/appVersion to 0.11.2 / 2.5.2. |
| apollo-service/Chart.yaml | Bumps chart version/appVersion to 0.11.2 / 2.5.2. |
| docs/index.yaml | Adds 0.11.2 entries for both charts and regenerates the repo index metadata. |
| docs/apollo-portal-0.11.2.tgz | New packaged chart artifact for the apollo-portal 0.11.2 release. |
| docs/apollo-service-0.11.2.tgz | New packaged chart artifact for the apollo-service 0.11.2 release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
What changed
Version matrix
0.11.22.5.20.11.22.5.2Helm release artifacts
docs/apollo-portal-0.11.2.tgzdocs/apollo-service-0.11.2.tgzdocs/index.yamlCommands executed
git remote -vgit diff HEAD -- apollo-portal/Chart.yaml apollo-service/Chart.yamlhelm lint apollo-portalhelm lint apollo-servicehelm package apollo-portalhelm package apollo-servicemv *.tgz docshelm repo index .git status --porcelainChecklist
apollo-portal/Chart.yaml,apollo-service/Chart.yaml,docs/index.yaml,docs/apollo-*.tgz)helm lintpassed for both chartsSummary by CodeRabbit
New Features
Chores