/charts

An alternative Helm Charts repository.

Primary LanguageMustache

Helm Charts Repository

An alternative Helm Charts repository.

Getting Started

Install Helm

Get the latest Helm release.

Add Helm chart repository:

helm repo add fairfaxmedia https://charts.ffx.io/
helm repo update

Install chart

To install a chart:

helm install fairfaxmedia/${CHART}

Check ${CHART}/README.md for full documentation.

Contributing to charts

Fork the repository, make changes, update unit tests and perform integration test by installing the chart.

On success make a pull request (PR).

Thanks ❤️

  • Thanks to Buildkite for the deployment scripts and documention template.