This repository contains add-ons which the Helm Broker uses. It allows you to choose a set of add-ons you want to use, define your own add-ons, and configure the Helm Broker to use them.
The add-ons
folder contains sources of add-ons and index.yaml
files that are available in releases. To learn more about the release process, read this document.
To learn how to configure the Helm Broker to use different set of add-ons, read the Helm Broker configuration document.
Develop your own remote add-ons repository forked from the original repository. Read this document to learn how. On your fork, you can create your own add-ons. Read the CONTRIBUTING.md
document that includes the contributing rules specific for this repository.
The repository has the following structure:
├── .github # Pull request and issue templates
├── bin # Tools used by Travis CI
├── addons # Sources of add-ons
├── docs # Documentation source files
└── scripts # Scripts and tools which check and create add-ons