Conversation
Signed-off-by: Nic <qianyong@api7.ai>
📝 WalkthroughWalkthroughHelm chart metadata and image tags updated across api7 and gateway charts from version 3.9.6 to 3.9.7, including Chart.yaml versions, README documentation, and container image tag overrides in values.yaml files. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
AlinsRan
approved these changes
Mar 25, 2026
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 95: Values.yaml currently pins API7 images (keys dashboard, dp_manager,
developer_portal) to tag "v3.9.7" but those image tags are not present in the
registry; verify the registry for each image (api7/api7-ee-3-integrated,
api7/api7-ee-dp-manager, api7/api7-ee-developer-portal) and either update the
values.yaml tag fields (the tag under dashboard, dp_manager, developer_portal)
to a confirmed available version or revert to the previous working tag, and
include a short comment noting the validated tag and registry used.
In `@charts/gateway/values.yaml`:
- Line 141: The values.yaml currently sets the container image tag to a
non-existent value ("tag: 3.9.7"); verify the correct, existing image tag for
api7/api7-ee-3-gateway (e.g., via Docker Hub or your registry or with `docker
manifest inspect api7/api7-ee-3-gateway:<tag>`), update the tag entry in
charts/gateway/values.yaml to the validated tag string, and re-run the
manifest/registry verification to confirm accessibility before merging.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: d7bc756d-4b01-4835-b23c-3177bfc5d9a9
📒 Files selected for processing (6)
charts/api7/Chart.yamlcharts/api7/README.mdcharts/api7/values.yamlcharts/gateway/Chart.yamlcharts/gateway/README.mdcharts/gateway/values.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by CodeRabbit