Updates Helm chart weight documentation #3403
Open
+4
−2
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.
TL;DR
Enhances the Helm chart weight documentation to provide better context
about how weight values affect installation order across different
Replicated deployment methods.
Details
This documentation update clarifies the full impact of the
weight
parameter in Helm charts across the Replicated ecosystem. Previously,
the documentation only explained how weight affects KOTS application
order, but didn't mention its relevance to the Enterprise Portal's
display of installation instructions.
The improved documentation now explicitly states that the weight
parameter is used not just by KOTS but also by the Replicated Enterprise
Portal to order charts in installation and update instructions. This
gives users a more complete understanding of how the weight parameter
influences both the technical installation sequence and the display of
information in the UI.
Depends on replicatedhq/vandoor#7796.