Skip to content

Commit

Permalink
Add docs on Artifact Hub migration
Browse files Browse the repository at this point in the history
Relates to helm#439

Signed-off-by: Matt Farina <matt@mattfarina.com>
  • Loading branch information
mattfarina authored and chankh committed Sep 10, 2020
1 parent d5c5f44 commit 1e51c8e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,28 @@ project. This has implications for those who build and distribute charts includi
- They can manage the workflow around releases themselves
- They can track metrics around the use of their charts

## Artifact Hub Migration

The Helm Hub is migrating to the [Artifact Hub](https://artifacthub.io/) ([issue here](https://github.com/helm/hub/issues/439)). This means a few changes are coming:

- When the migration is complete, the Helm Hub will redirect to the Artifact Hub
- The Helm Client will search the Artifact Hub instead of the Helm Hub
- Charts will be listed in the Artifact Hub instead of the Helm Hub

Chart repositories listed in the Helm Hub have been migrated to the Artifact Hub
if they were not already listed there. They are managed by the Helm Organization.
If you own one of the repositories and want to claim it there are two methods
you can use.

1. Once you have an account (or organization) setup you can claim ownership. This
happens via the "Claim Ownership" button in the Repositories settings. This
will walk you through a process where you prove ownership to claim it.
2. Contact one of the Helm chart maintainers and work through a manual handoff.

You are encouraged to take over ownership of your repositories in the Artifact Hub.
The first method is the preferred method as a repository owner can accomplish this
at their own pace.

## How To Add Your Helm Charts

The process to add a repository and all of its charts is documented in the
Expand Down
6 changes: 6 additions & 0 deletions Repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This document outlines the requirements and guidelines for a Helm repository to
be listed in the distributed search hosted by the Helm Project. This document
may be updated at any time.

## Artifact Hub

The Helm Hub is in the process of migrating to the [Artifact Hub](https://artifacthub.io/).
Please list your repository in the Artifact Hub prior to listing it in the Helm
Hub.

## Process to Add A Repository

To add a repository create a new pull request with the following two pieces
Expand Down

0 comments on commit 1e51c8e

Please sign in to comment.