This repository contains addons which the Helm Broker uses. It allows you to choose a set of addons you want to use, define your own addons, and configure the Helm Broker to use them.
The addons
folder contains sources of addons 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 addons, read the Helm Broker configuration document.
Develop your own remote addons repository forked from the original repository. Read this document to learn how. On your fork, you can create your own addons. 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 addons
├── docs # Documentation source files
└── scripts # Scripts and tools which check and create addons