From 173dec2ffe6679c73f8f92732fea0dd3c910b9e8 Mon Sep 17 00:00:00 2001 From: Grant Miller Date: Thu, 12 Jun 2025 18:55:42 -0500 Subject: [PATCH 1/2] Update helm-image-registry.mdx i believe these are actually the correct ways to reference these --- docs/vendor/helm-image-registry.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/vendor/helm-image-registry.mdx b/docs/vendor/helm-image-registry.mdx index 377df12dae..9c58ee7c8b 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/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). From a05a839645b2dbc08a8ec62aa9e694eadd0b8458 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Fri, 13 Jun 2025 09:42:06 -0600 Subject: [PATCH 2/2] Update helm-image-registry.mdx --- docs/vendor/helm-image-registry.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vendor/helm-image-registry.mdx b/docs/vendor/helm-image-registry.mdx index 9c58ee7c8b..b6f9a79d3a 100644 --- a/docs/vendor/helm-image-registry.mdx +++ b/docs/vendor/helm-image-registry.mdx @@ -36,7 +36,7 @@ To use the Replicated proxy registry for applications installed with Helm: image: # proxy.replicated.com or your custom domain registry: proxy.replicated.com - repository: proxy/ghcr.io/cloudnative-pg/cloudnative-pg + repository: proxy/your-app/ghcr.io/cloudnative-pg/cloudnative-pg tag: catalog-1.24.0 ```