Skip to content

Commit eecf391

Browse files
committed
edits
1 parent ce2d361 commit eecf391

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/vendor/helm-native-v2-using.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import KotsHelmCrDescription from "../partials/helm/_kots-helm-cr-description.md
22

33
# Configuring the HelmChart Custom Resource v2
44

5-
This topic describes how to configure the Replicated HelmChart custom resource version `kots.io/v1beta2`. Complete the workflow in this topic to support Helm chart installations with Replicated KOTS.
5+
This topic describes how to configure the Replicated HelmChart custom resource version `kots.io/v1beta2` to support Helm chart installations with Replicated KOTS.
66

77
## Workflow
88

@@ -262,6 +262,12 @@ spec:
262262
{{- end }}
263263
```
264264

265+
## Task 4: Support the Use of Local Image Registries {#local-registries}
266+
267+
Local image registries are required for KOTS installations in air-gapped environments with no outbound internet connection. Also, users in online environments can optionally push images to a local registry. For more information about how users configure a local image registry with KOTS, see [Using Private Registries](/enterprise/image-registry-settings).
268+
269+
To support the use of local registries, configure the `builder` key. For more information about how to configure the `builder` key, see [`builder`](/reference/custom-resource-helmchart-v2#builder) in _HelmChart v2_.
270+
265271
## Task 4: Add Backup Labels for Snapshots (KOTS Existing Cluster Installations Only)
266272

267273
:::note
@@ -305,14 +311,6 @@ spec:
305311
kots.io/app-slug: repl{{ LicenseFieldValue "appSlug" }}
306312
```
307313
308-
## Task 5: Support the Use of Local Image Registries {#local-registries}
309-
310-
Local image registries are required for KOTS installations in air-gapped environments with no outbound internet connection. Also, users in online environments can optionally push images to a local registry. For more information about how users configure a local image registry with KOTS, see [Using Private Registries](/enterprise/image-registry-settings).
311-
312-
To support the use of local registries for online installations with version `kots.io/v1beta2` of the HelmChart custom resource, you must provide the necessary values in the builder field to render the Helm chart with all of the necessary images so that KOTS knows where to pull the images from to push them into the local registry.
313-
314-
For more information about how to configure the `builder` key, see [`builder`](/reference/custom-resource-helmchart-v2#builder) in _HelmChart v2_.
315-
316314
## Additional Information
317315
318316
### About the HelmChart Custom Resource

0 commit comments

Comments
 (0)