From 6ab6c6163eccb1538c560e2fd1bed714c6ad256c Mon Sep 17 00:00:00 2001 From: Amber Alston Date: Mon, 22 Jun 2026 08:48:24 -0600 Subject: [PATCH] docs(ep-v2): document automatic artifact download behavior Artifact download links in EP v2 require no vendor configuration. Helm chart tarball downloads appear when customers select limited or no registry access. Plugin binary downloads (preflight, support-bundle) are always included regardless of registry access settings. --- docs/vendor/enterprise-portal-v2-content.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/vendor/enterprise-portal-v2-content.mdx b/docs/vendor/enterprise-portal-v2-content.mdx index a80b169cdd..884cd07109 100644 --- a/docs/vendor/enterprise-portal-v2-content.mdx +++ b/docs/vendor/enterprise-portal-v2-content.mdx @@ -304,10 +304,14 @@ Props: `installType` (`"linux"` or `"helm"`). **``**: Renders the full Helm installation command sequence. Props: `stepNumber` (optional), `charts` (optional, comma-separated list of chart names to include), `exclude` (optional, comma-separated list of chart names to hide). +When a customer selects limited or no registry access, `` automatically includes browser download links for the Helm chart tarballs needed for their install. A download link for the preflight plugin binary is always included, regardless of registry access settings. No additional configuration is required. + **``**: Linux air gap installation commands. Shows an unavailable notice if the air gap bundle is not yet built. Props: `stepNumber`. **``**: Helm air gap installation commands. Props: `stepNumber`, `registryAvailability`, `charts` (optional), `exclude` (optional). +When a customer selects limited or no registry access, `` automatically includes browser download links for Helm chart tarballs. These links are also shown in the update flow for customers in the same registry mode. + **``**: Prompts the customer to name their instance after installation. Renaming updates the service account name and refreshes the install commands on the page. ```markdown @@ -414,7 +418,7 @@ In this example, a customer on version 1.5.0 would see the "Upgrading from 1.x" **``**: Linux-specific support bundle generation instructions. No props. -**``**: Helm-specific support bundle generation instructions. No props. +**``**: Helm-specific support bundle generation instructions. A download link for the support-bundle plugin binary is always included, regardless of registry access settings. No props. **``**: Displays the support contact information configured in `theme.yaml`. No props.