/charts-gh-action-tests

Primary LanguageSmartyApache License 2.0Apache-2.0

Helm Charts

Download the dependency charts

helm dependency update charts/graphile-postgres

Build the charts

helm package --destination ./dist charts/*

Create the index file.

helm repo index --url https://charts.jtco.io .

Add the repo locally

helm repo add jtco https://charts.jtco.io