Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Add docs on Artifact Hub migration #459

Merged
merged 1 commit into from
Sep 9, 2020
Merged
Show file tree
Hide file tree
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
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