How to Contribute an Application
To add an application to the k0rdent open-source applications catalog, create a pull request (PR) in the catalog repository.
The PR should only include a new application folder:
Catalog application folder
Add a new application folder /apps/<new-app>
(like this) containing:
- App metadata file
data.yaml
(like this) with app description and installation instructions. - Optionally add logo to
assets
folder (assets/my-some-logo.png
) and use a relative link indata.yaml
(like this). - Add a simple example helm chart (just dependencies and values, e.g. this)
- Having this everyone can easily test the app locally or in cloud and it's automatically tested in Catalog GitHub action.