This repository contains the acend helm charts.
The charts are published as helm repository using github-pages on the main branch from the docs
directory.
Use the Chart Version
First we want the charts to be well linted:
helm lint ./charts/*
Verify the output and fix errors.
Then let's package the helm charts and move the tgz files into the docs folder
helm package ./charts/* && mv *.tgz docs/
Finally let's create the helm repo index
helm repo index docs --url https://acend.github.io/helm-charts/
To test the Charts run the following command
helm install -n <namespace> --dry-run latest ./charts/acend-training-chart/