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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ You will use the following KOTS template functions to conditionally rewrite imag
32
32
<details>
33
33
<summary>What is the registry namespace?</summary>
34
34
35
-
The registry namespace is the path between the registry and the image name. For example, `images.mycompany.com/namespace/image:tag`.
35
+
The registry namespace is the path between the registry and the image name. For example, `images.yourcompany.com/namespace/image:tag`.
36
36
</details>
37
37
38
38
### Task 1a: Rewrite Private Image Names
@@ -44,7 +44,7 @@ To rewrite image names to the location of the image in the proxy registry, use t
44
44
*`<app-slug>` is the unique application slug in the Vendor Portal
45
45
*`<image>` is the path to the image in your registry
46
46
47
-
For example, if the private image is `quay.io/my-org/nginx:v1.0.1` and `images.mycompany.com` is the custom proxy registry domain, then the image name should be rewritten to `images.mycompany.com/proxy/my-app-slug/quay.io/my-org/nginx:v1.0.1`.
47
+
For example, if the private image is `quay.io/my-org/nginx:v1.0.1` and `images.yourcompany.com` is the custom proxy registry domain, then the image name should be rewritten to `images.yourcompany.com/proxy/my-app-slug/quay.io/my-org/nginx:v1.0.1`.
48
48
49
49
For more information, see the example below.
50
50
@@ -65,7 +65,7 @@ spec:
65
65
image:
66
66
# If a registry is configured by the user or by Embedded Cluster/kURL, use that registry's hostname
67
67
# Else use proxy.replicated.com or your custom proxy registry domain
0 commit comments