The code is provided as-is with no warranties.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add axelixlabs https://axelixlabs.github.io/helm-charts
helm repo updateAfter that, the helm chart can be safely installed (make sure the correct kubeconfig is used by the helm cli):
helm install axelix axelixlabs/axelixBecause we want our helm charts to be:
- Discoverable via
helm repo add axelixlabs https://axelixlabs.github.io/helm-charts - Discoverable on the Helm Artifacts Hub
We're releasing our charts in the following way:
- In the GitHub Pages (
gh-pagesbranch), we have theindex.yamlthat serves as the main index file for thehelm searchCLI commands (Assuming the repository was added). - GitHub Pages also serve as the actual repository URL for the Artifacts Hub, since it hosts the
index.yamlalong theartifacthub-repo.yml. - The actual helm charts are released as compressed tarballs (
.tgz) inside the GitHub Releases, i.e. each released artifact is bound to a particular GitHub release. The GitHub release page can be found here.
We'd love to have you contribute! Please refer to our contribution guidelines for details.
This chart is available under MIT License.