Skip to content

Commit d414a96

Browse files
committed
document what k8s version we use to render helm charts
1 parent 0aa97e6 commit d414a96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
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` 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.
1517

1618
## Configure the `builder` Key
1719

0 commit comments

Comments
 (0)