Create helm private repository

3/4/2019

Currently, we need to choose a solution for our helm chart/s repository:

  1. We need a repository to be private (protected by username/password at list)
  2. Easily provide multitenant for our customers. We'll be able to send unique credentials to our customers.
  3. Support multiple versions and branches (dev, staging, production).
  4. Be nice to have basic statistics for downloads per user, version and vice versa.

We try to save to GitHub, but we can't provide credentials per customer. Currently, we test chartmuseum.

Which product can provide a maximum full and easily maintained solution for our problem?

-- ozlevka
cloud
docker
kubernetes
kubernetes-helm

0 Answers