You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/vendor/helm-native-v2-using.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ import KotsHelmCrDescription from "../partials/helm/_kots-helm-cr-description.md
2
2
3
3
# Configuring the HelmChart Custom Resource v2
4
4
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.
6
6
7
7
## Workflow
8
8
@@ -262,6 +262,12 @@ spec:
262
262
{{- end }}
263
263
```
264
264
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_.
## 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_.
0 commit comments