Conversation
Signed-off-by: jarvis9443 <jarvis9443@users.noreply.github.com>
📝 WalkthroughWalkthroughThis PR updates Helm chart versions and application versions for both the API7 and Gateway charts from 3.9.8 to 3.9.9, and increments chart versions accordingly. Container image tags for multiple components are updated to match the new application version across values.yaml and documentation files. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 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
Updates the Helm charts for API7 and Gateway to deploy API7 components at version 3.9.9, aligning default image tags and chart metadata with the upgraded release.
Changes:
- Bump gateway chart
appVersion/default image tag to 3.9.9 and increment chart version. - Bump api7ee3 chart
appVersionand component image tags to v3.9.9 and increment chart version. - Refresh chart READMEs to reflect the new default versions.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| charts/gateway/values.yaml | Updates default Gateway image tag to 3.9.9. |
| charts/gateway/README.md | Updates documented default apisix.image.tag to 3.9.9. |
| charts/gateway/Chart.yaml | Increments chart version and appVersion to 3.9.9. |
| charts/api7/values.yaml | Updates default component image tags to v3.9.9. |
| charts/api7/README.md | Updates badges and documented defaults to 3.9.9/v3.9.9. |
| charts/api7/Chart.yaml | Increments chart version and appVersion to 3.9.9. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 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/api7/values.yaml`:
- Line 21: The developer_portal image tag in charts/api7/values.yaml is pointing
to a non-existent image tag `api7/api7-ee-developer-portal:v3.9.9`; update the
developer_portal image entry (referenced as developer_portal in values.yaml) to
use an existing tag such as `latest` (e.g., change the image tag for
developer_portal to `latest`) or alternatively push the `v3.9.9` tag for
`api7/api7-ee-developer-portal` to Docker Hub so the current value remains
valid.
In `@charts/gateway/values.yaml`:
- Line 145: The Docker image tag for api7/api7-ee-3-gateway in the values.yaml
is set to a non-existent version; change the tag key value from "3.9.9" to the
existing "3.9.8" (update the tag field for the gateway image) or alternatively
confirm/document that "3.9.9" is an imminent/authorized release before keeping
it; ensure the change targets the tag entry referencing api7/api7-ee-3-gateway.
🪄 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: 69fa3b81-3fd4-43a1-8f41-f831215159de
📒 Files selected for processing (6)
charts/api7/Chart.yamlcharts/api7/README.mdcharts/api7/values.yamlcharts/gateway/Chart.yamlcharts/gateway/README.mdcharts/gateway/values.yaml
Summary by CodeRabbit