Refresh UXP helm reference for v2.2.1-up.1#1155
Merged
tr0njavolta merged 1 commit intomainfrom Apr 21, 2026
Merged
Conversation
Fully replace the values table with the merged main chart + pinned subchart values (uxp-webui 1.1.4 under webui.*, uxp-apollo 0.4.9 under apollo.*). First release including merged subchart values in the reference doc. Signed-off-by: Philippe Scorsolini <philippe.scorsolini@upbound.io>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jbw976
approved these changes
Apr 21, 2026
Member
jbw976
left a comment
There was a problem hiding this comment.
nice, this is helpful for users to understand all of the helm chart config values (and the sub charts). looks like it's rendering OK on the preview site: https://docs-git-uxp-helm-reference-v221-up1-upboundio.vercel.app/reference/uxp-helm-reference
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.
Follow-up to #1154 — refreshes
docs/reference/uxp-helm-reference.mdfor UXP v2.2.1-up.1.Fully replaces the values table with the merged main UXP chart + pinned dependency subchart values:
uxp-webui1.1.4 values merged underwebui.*(alias fromChart.yaml)uxp-apollo0.4.9 values merged underapollo.*(alias fromChart.yaml)webui.config.metricsApiEndpointis defined by the main UXP chart; the subchart's duplicate key is dropped so the UXP override description winsapollo.apollo.*double-nesting is intentional: theuxp-apollosubchart has anapollo:key at its own root that the alias prefixesThis is the first release including merged subchart values in the reference doc — prior releases only refreshed the main-chart rows — so the table grows from 176 to 313 rows.
Ref upbound/upbound-crossplane#273