chore: upgrade gateway to version 3.9.10-patch.1#283
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 56 minutes and 11 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe Helm chart for the gateway component was updated by incrementing the chart version from 0.2.62 to 0.2.63 and updating the application version from 3.9.10 to 3.9.10-patch.1. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Pull request overview
This PR bumps the Helm chart metadata to indicate an upgrade of the API7 Gateway release to 3.9.10-patch.1 by updating the chart version and appVersion.
Changes:
- Bump Helm chart
versionfrom0.2.62to0.2.63. - Update chart
appVersionfrom3.9.10to3.9.10-patch.1.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| version: 0.2.63 | ||
|
|
||
| # This is the version number of the application being deployed. This version number should be | ||
| # incremented each time you make changes to the application. Versions are not expected to | ||
| # follow Semantic Versioning. They should reflect the version the application is using. | ||
| appVersion: "3.9.10" | ||
| appVersion: "3.9.10-patch.1" |
There was a problem hiding this comment.
appVersion is updated to 3.9.10-patch.1, but the chart’s default image tag is still pinned via values.yaml (apisix.image.tag: 3.9.10). Since the pod template uses default .Chart.AppVersion .Values.apisix.image.tag, the non-empty values entry wins, so a default install will still deploy 3.9.10 (and the chart won’t actually upgrade the gateway as the PR title suggests). Consider updating the default apisix.image.tag to 3.9.10-patch.1 or removing it so .Chart.AppVersion drives the default tag.
Summary by CodeRabbit
0.2.63and patched the application to version3.9.10-patch.1.