charts: bump harvester-csi-driver 0.1.28#506
Merged
Vicente-Cheng merged 1 commit intoharvester:releasefrom Mar 31, 2026
Merged
Conversation
Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
There was a problem hiding this comment.
Pull request overview
This PR bumps the harvester-csi-driver Helm chart to a new chart release and updates the deployed CSI driver image version accordingly.
Changes:
- Bump chart
versionfrom0.1.27to0.1.28. - Bump chart
appVersion(and default CSI driver image tag) fromv0.2.7tov0.2.8.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| charts/harvester-csi-driver/Chart.yaml | Updates chart version and appVersion to reflect the new CSI driver release. |
| charts/harvester-csi-driver/values.yaml | Updates the default CSI driver image tag to v0.2.8. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| repository: rancher/harvester-csi-driver | ||
| # Overrides the image tag whose default is the chart appVersion. | ||
| tag: "v0.2.7" | ||
| tag: "v0.2.8" |
There was a problem hiding this comment.
image.harvester.csiDriver.tag is set to the same value as Chart.yaml appVersion, even though templates already default the tag to .Chart.AppVersion when the value is empty. Consider setting this to an empty string (or removing the override) to avoid having two sources of truth that must be kept in sync each release.
Suggested change
| tag: "v0.2.8" | |
| tag: "" |
ihcsim
approved these changes
Mar 31, 2026
8 tasks
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.
Problem:
bump harvester-csi-driver 0.1.28
Solution:
bump harvester-csi-driver 0.1.28
Related Issue(s):
Test plan:
Additional documentation or context