Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/vendor/helm-image-registry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

@ajp-io ajp-io Jun 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs app or some placeholder for the app slug, because the proxy URL is always `/proxy/appslug/registry_stuff

# proxy.replicated.com or your custom domain
registry: proxy.replicated.com
repository: proxy/ghcr.io/cloudnative-pg/cloudnative-pg
tag: catalog-1.24.0
```

Expand Down Expand Up @@ -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).
1. Install in a development environment to test your changes. See [Install with Helm](/vendor/install-with-helm).