diff --git a/docs/vendor/helm-image-registry.mdx b/docs/vendor/helm-image-registry.mdx index 377df12dae..b6f9a79d3a 100644 --- a/docs/vendor/helm-image-registry.mdx +++ b/docs/vendor/helm-image-registry.mdx @@ -34,9 +34,9 @@ To use the Replicated proxy registry for applications installed with Helm: # values.yaml api: image: - # proxy.registry.com or your custom domain - registry: ghcr.io - repository: proxy/app/ghcr.io/cloudnative-pg/cloudnative-pg + # proxy.replicated.com or your custom domain + registry: proxy.replicated.com + repository: proxy/your-app/ghcr.io/cloudnative-pg/cloudnative-pg tag: catalog-1.24.0 ``` @@ -99,4 +99,4 @@ To use the Replicated proxy registry for applications installed with Helm: 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). -1. Install in a development environment to test your changes. See [Install with Helm](/vendor/install-with-helm). \ No newline at end of file +1. Install in a development environment to test your changes. See [Install with Helm](/vendor/install-with-helm).