You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,28 @@ project. This has implications for those who build and distribute charts includi
20
20
- They can manage the workflow around releases themselves
21
21
- They can track metrics around the use of their charts
22
22
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
+
23
45
## How To Add Your Helm Charts
24
46
25
47
The process to add a repository and all of its charts is documented in the
0 commit comments