Skip to content

Commit 5c612ab

Browse files
authored
Merge pull request #3285 from replicatedhq/laverya/specify-airgap-builder-helm-kube-rendering-behavior
document what k8s version we use to render helm charts
2 parents 0aa97e6 + 2f9f590 commit 5c612ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +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` 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.
1517

1618
## Configure the `builder` Key
1719

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

7476
* [builder](/reference/custom-resource-helmchart-v2#builder)
7577
* [Air Gap Installation with Embedded Cluster](/enterprise/installing-embedded-air-gap)
76-
* [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)