Skip to content

Commit 529985a

Browse files
Update helm-image-registry.mdx (#3307)
* Update helm-image-registry.mdx i believe these are actually the correct ways to reference these * Update helm-image-registry.mdx --------- Co-authored-by: Paige Calvert <[email protected]>
1 parent d8601be commit 529985a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/vendor/helm-image-registry.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ To use the Replicated proxy registry for applications installed with Helm:
3434
# values.yaml
3535
api:
3636
image:
37-
# proxy.registry.com or your custom domain
38-
registry: ghcr.io
39-
repository: proxy/app/ghcr.io/cloudnative-pg/cloudnative-pg
37+
# proxy.replicated.com or your custom domain
38+
registry: proxy.replicated.com
39+
repository: proxy/your-app/ghcr.io/cloudnative-pg/cloudnative-pg
4040
tag: catalog-1.24.0
4141
```
4242
@@ -99,4 +99,4 @@ To use the Replicated proxy registry for applications installed with Helm:
9999

100100
1. Package your Helm chart and add it to a release. Promote the release to a development channel. See [Managing Releases with Vendor Portal](releases-creating-releases).
101101

102-
1. Install in a development environment to test your changes. See [Install with Helm](/vendor/install-with-helm).
102+
1. Install in a development environment to test your changes. See [Install with Helm](/vendor/install-with-helm).

0 commit comments

Comments
 (0)