helm-charts

⚓️ Project Thoth Helm Charts

A collection of Helm Charts to that are not available in any upstream location or customised to the point it does not make sense to support up stream chart development.

🧰 Add this Helm Repo to your local 🧰

helm repo add thoth-station https://thoth-station.ninja/helm-charts/ 

🏃‍♀️💨 How do I run a chart?

Login to your cluster and into your destination project. To install any given Chart using the default values just run:

helm install $NAME thoth-station/$CHART_NAME

Where:

🏃‍♂️💨Customisation to a chart prior to install

For each chart, navigate to the root of it for the readme and default values. To over ride them, you could create your own deployment-values.yaml and make your changes there before installing

helm install $NAME -f deployment-values.yaml thoth-station/$CHART_NAME

🏃‍♂️💨 Chart linting

Before adding a chart to this repo, make sure there is no linting issues, otherwise the PR actions will fail. We use both the integrated helm lint command and the chart testing tool.

helm lint charts/meteor-pipelines
ct lint charts/meteor-pipelines

👩‍🏫 Chart README Files

For more info on each chart checkout these!