Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

The Helm Repository installed by default on OpenShift clusters.

Notifications You must be signed in to change notification settings

redhat-developer/helm-repository-service

Repository files navigation

chart-streams logo

GoReport Code Coverage GoDoc Reference CI Status CI Status

Helm Charts Repository Service

Helm Charts Repository Service, formerly known as chart-streams, is a thin layer on top of a Git repository to make it behave as a Helm-Charts repository would. With the the following advantages:

  • keeping all charts data in a single place
  • being able to on-the-fly generate index.yaml;
  • use semver to retrieve a chart in a given commit-id/branch;

The basic workflow is represented as:

chart-streams diagram

Usage

Build and run

make run

Or

make && ./build/chart-streams serve

Chart repository Index

Call the /index.yaml endpoint to get the index of all charts present in https://github.com/helm/charts/tree/master/stable

About

The Helm Repository installed by default on OpenShift clusters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published