[release-v2.10] Move helm charts from rancher/charts to /charts dir#356
Closed
pratikjagrut wants to merge 1 commit intorancher:rancher-charts-release/v2.10from
Closed
Conversation
brandond
reviewed
Mar 19, 2025
| catalog.cattle.io/rancher-version: '>= 2.10.0-0' | ||
| catalog.cattle.io/release-name: system-upgrade-controller | ||
| apiVersion: v1 | ||
| appVersion: v0.14.2 |
Member
There was a problem hiding this comment.
v0.14.2 is from October, can we use something newer?
Collaborator
There was a problem hiding this comment.
This matches the version used in v2.10.x release line (https://github.com/rancher/charts/blob/dev-v2.10/charts/system-upgrade-controller/105.0.1/values.yaml#L8) so we're just matching that.
Bumping SUC version is out of scope for this effort.
brandond
approved these changes
Mar 19, 2025
Collaborator
|
This has been deprioritized, closing for now. |
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.
PR Description
We're integrating the Auto Chart Bumps feature into the System Upgrade Controller (SUC) repository to streamline chart maintenance and align with Rancher's release structure.
Why This Change?
rancher/charts, but due to strict requirements, we need a separate repo for managing SUC chart.rancher/chartsrepository.What’s Changing?
rancher-charts-release/v2.10, will be used exclusively for SUC charts.rancher/charts.Related issue: #49087.