chore(chart): bump image version to v1.1.0-676f47a#6115
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Code Review
This pull request updates the application version and default image version tag in the Helm chart configuration files (Chart.yaml and values.yaml) to 1.1.0-676f47a. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Signed-off-by: cheyang <cheyang@163.com>
0eda373 to
18f2138
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6115 +/- ##
=========================================
Coverage ? 64.78%
=========================================
Files ? 485
Lines ? 33989
Branches ? 0
=========================================
Hits ? 22021
Misses ? 10235
Partials ? 1733 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/copilot review |
|
@gemini-code-assist /review |
There was a problem hiding this comment.
Code Review
This pull request updates the application version and image tag version from 1.1.0-9b3c2e2 to 1.1.0-676f47a in Chart.yaml and values.yaml. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
Routine chart image bump from v1.1.0-9b3c2e2 to v1.1.0-676f47a. Both Chart.yaml appVersion and values.yaml defaultVersion are updated consistently, and the new tag aligns with the current master HEAD (676f47a). No other changes in the diff. Nothing to flag. |
There was a problem hiding this comment.
Pull request overview
Bumps the Fluid Helm chart’s default container image tag and chart metadata appVersion to a new build identifier, aligning the chart with the updated image release.
Changes:
- Update default image tag in
values.yamltov1.1.0-676f47a - Update Helm
appVersioninChart.yamlto1.1.0-676f47a
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| charts/fluid/fluid/values.yaml | Updates the default image tag used by chart values/templates. |
| charts/fluid/fluid/Chart.yaml | Updates chart metadata appVersion to match the new image build identifier. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # This is the version number of the application being deployed. This version number should be | ||
| # incremented each time you make changes to the application. | ||
| appVersion: 1.1.0-9b3c2e2 | ||
| appVersion: 1.1.0-676f47a |
| imagePrefix: &defaultImagePrefix fluidcloudnative | ||
| # imagePrefix: &defaultImagePrefix registry.aliyuncs.com/fluid | ||
| version: &defaultVersion v1.1.0-9b3c2e2 | ||
| version: &defaultVersion v1.1.0-676f47a |



Ⅰ. Describe what this PR does
Ⅱ. Does this pull request fix one issue?
fixes #XXXX
Ⅲ. List the added test cases (unit test/integration test) if any, please explain if no tests are needed.
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews