Skip to content

Commit 63106c7

Browse files
committed
Add docs on Artifact Hub migration
Relates to helm#439 Signed-off-by: Matt Farina <[email protected]>
1 parent e60eaec commit 63106c7

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,28 @@ project. This has implications for those who build and distribute charts includi
2020
- They can manage the workflow around releases themselves
2121
- They can track metrics around the use of their charts
2222

23+
## Artifact Hub Migration
24+
25+
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:
26+
27+
- When the migration is complete, the Helm Hub will redirect to the Artifact Hub
28+
- The Helm Client will search the Artifact Hub instead of the Helm Hub
29+
- Charts will be listed in the Artifact Hub instead of the Helm Hub
30+
31+
Chart repositories listed in the Helm Hub have been migrated to the Artifact Hub
32+
if they were not already listed there. They are managed by the Helm Organization.
33+
If you own one of the repositories and want to claim it there are two methods
34+
you can use.
35+
36+
1. Once you have an account (or organization) setup you can claim ownership. This
37+
happens via the "Claim Ownership" button in the Repositories settings. This
38+
will walk you through a process where you prove ownership to claim it.
39+
2. Contact one of the Helm chart maintainers and work through a manual handoff.
40+
41+
You are encouraged to take over ownership of your repositories in the Artifact Hub.
42+
The first method is the preferred method as a repository owner can accomplish this
43+
at their own pace.
44+
2345
## How To Add Your Helm Charts
2446

2547
The process to add a repository and all of its charts is documented in the

Repositories.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ This document outlines the requirements and guidelines for a Helm repository to
44
be listed in the distributed search hosted by the Helm Project. This document
55
may be updated at any time.
66

7+
## Artifact Hub
8+
9+
The Helm Hub is in the process of migrating to the [Artifact Hub](https://artifacthub.io/).
10+
Please list your repository in the Artifact Hub prior to listing it in the Helm
11+
Hub.
12+
713
## Process to Add A Repository
814

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

0 commit comments

Comments
 (0)