You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Determines the order in which KOTS applies the Helm chart. Charts are applied by weight in ascending order, with lower weights applied first. **Supported values:** Positive or negative integers. **Default:**`0`
1
+
Specifies the order in which Helm charts should be installed within the application. Charts should be installed by weight in ascending order, with lower weights applied first. **Supported values:** Positive or negative integers. **Default:**`0`
2
+
3
+
The Replicated Enterprise Portal uses these weights to order the list of charts in the install and update instuctions they provide. See [View Install and Update Instructions](https://docs.replicated.com/vendor/enterprise-portal-use#view-install-and-update-instructions). When installing with KOTS or the Embedded Cluster, `weight` determines the order in which KOTS applies the Helm chart.
2
4
3
5
In KOTS v1.99.0 and later, `weight` also determines the order in which charts are uninstalled. Charts are uninstalled by weight in descending order, with higher weights uninstalled first. For more information about uninstalling applications, see [remove](kots-cli-remove) in _KOTS CLI_.
4
6
5
-
For more information, see [Orchestrate Resource Deployment](/vendor/orchestrating-resource-deployment).
7
+
For more information, see [Orchestrate Resource Deployment](/vendor/orchestrating-resource-deployment).
0 commit comments