Skip to content

Commit 4b1987f

Browse files
committed
clarify that airgap bundles are manually built
1 parent 98c0614 commit 4b1987f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/reference/custom-resource-helmchart-v2.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ For an example of recursive and non-recursive merging, see [About Recursive Merg
9393

9494
The `builder` key contains the minimum Helm values required so that the output of `helm template` exposes all container images needed to install the chart in an air-gapped environment.
9595

96-
The Replicated Vendor Portal uses the Helm values that you provide in the `builder` key to run `helm template` on the chart, then parses the output to discover the list of required images for the chart. This list of required images is used to create the `.airgap` bundle for the release (for air gap installations with a Replicated installer), and to create the Helm air gap installation instructions available to customers in the Replicated Enterprise Portal or Download Portal.
96+
The Replicated Vendor Portal uses the Helm values that you provide in the `builder` key to run `helm template` on the chart, then parses the output to discover the list of required images for the chart.
97+
98+
The Vendor Portal uses this list of images to create the Helm air gap installation instructions that are automatically made available to customers in the Replicated Enterprise Portal or Download Portal. For more information about installing with Helm in air-gapped environments, see [Install and Update with Helm in Air Gap Environments](/vendor/helm-install-airgap).
99+
100+
The list of images is also used when you build the `.airgap` bundle for a release to support air gap installations with a Replicated installer (Embedded Cluster, KOTS, kURL). For more information about how to build `.airgap` bundles, see [Package Air Gap Bundles for Helm Charts](/vendor/helm-packaging-airgap-bundles).
97101

98102
The `builder` key is required to support the following installation types:
99103

@@ -107,8 +111,4 @@ The `builder` key is required to support the following installation types:
107111

108112
#### Example
109113

110-
<BuilderExample/>
111-
112-
For more information about how to build `.airgap` bundles for installations with a Replicated installer (Embedded Cluster, KOTS, kURL), see [Package Air Gap Bundles for Helm Charts](/vendor/helm-packaging-airgap-bundles).
113-
114-
For more information about how to install with Helm in air-gapped environments, see [Install and Update with Helm in Air Gap Environments](/vendor/helm-install-airgap).
114+
<BuilderExample/>

0 commit comments

Comments
 (0)