The KOTS Helm integration is compatible with both Helm V2 and Helm V3 as it does not rely on Tiller to deploy the chart into the cluster.
Instead, KOTS treats a Helm Chart as the packaging spec rather than the deployment tool.
KOTS using Helm to create deployable YAML by leveraging the same functionality that the helm template
command uses (with some extended functionality for specific Helm hooks).
Except in the case of Helm as KOTS application airgap installations, the processing of the chart is managed in the end customer environment (via Kots cli or as part of the Admin Console). This means that the customer supplied values, license values and existing values can be used to create the deployable manifests. In either scenario the resulting deployment is comprised of raw Kubernetes manifests. By doing this, cluster operator’s are always able to view the exact diff between what is currently deployed and what the update will deploy. This level of change management provides the necessary transparency to provide the level of assurance that cluster operators require.
By default, KOTS will use Helm V2 to process all Helm Charts to create deployable YAML.
Optionally, in the KOTS HelmChart
resource an API version may be specified. When the helmVersion
property is set to "v3"
, KOTS will use Helm V3 to process the Helm Chart.
Helm V3 integration is currently a beta feature. In the future, KOTS may be updated to use Helm V3 by default.