Skip to content

Commit 2f9f590

Browse files
authored
docs edits
1 parent d414a96 commit 2f9f590

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/vendor/helm-packaging-airgap-bundles.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This topic describes how to package and build air gap bundles for releases that
1212
<AirGapBundle/>
1313

1414
When building the `.airgap` bundle for a release that contains one or more Helm charts, the Vendor Portal renders the Helm chart templates in the release using values supplied in the KOTS HelmChart custom resource [`builder`](/reference/custom-resource-helmchart-v2#builder) key.
15-
Each Helm chart is rendered with the minimum Kubernetes minor version that satisfies the `kubeVersion` within the root Helm chart. (For instance, if the chart specifies `kubeVersion: >=1.24.1`, it will be rendered with k8s `1.25.0`)
16-
If this fails or if a `kubeVersion` was not specified, rendering will be attempted with each minor version from Kubernetes 1.20 to the current release.
15+
Each Helm chart is rendered with the minimum Kubernetes minor version that satisfies the `kubeVersion` in the root Helm chart. For example, if the chart specifies `kubeVersion: >=1.24.1`, the chart is rendered with Kubernetes 1.25.0.
16+
If this fails or if a `kubeVersion` was not specified in the root Helm chart, then the Vendor Portal attempts to render the chart with each minor version from Kubernetes 1.20 to the latest release.
1717

1818
## Configure the `builder` Key
1919

@@ -75,4 +75,4 @@ Many applications have images that are included or excluded based on a given con
7575

7676
* [builder](/reference/custom-resource-helmchart-v2#builder)
7777
* [Air Gap Installation with Embedded Cluster](/enterprise/installing-embedded-air-gap)
78-
* [Air Gap Installation in Existing Clusters with KOTS](/enterprise/installing-existing-cluster-airgapped)
78+
* [Air Gap Installation in Existing Clusters with KOTS](/enterprise/installing-existing-cluster-airgapped)

0 commit comments

Comments
 (0)