Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: suggest using registry over repository #1670

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
4 changes: 3 additions & 1 deletion content/en/docs/topics/chart_repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ and shared.
The distributed community Helm chart repository is located at
[Artifact Hub](https://artifacthub.io/packages/search?kind=0) and welcomes
participation. But Helm also makes it possible to create and run your own chart
repository. This guide explains how to do so.
repository. This guide explains how to do so. If you are considering creating a
chart repository, you should consider using an
[OCI registry]({{< ref "/docs/topics/registries.md" >}}) instead.

## Prerequisites

Expand Down