This directory contains the following helm charts.
You need the helm
command. For details on supported Helm versions, see the Package manager section in the Requirements document.
For details on supported Kubernetes versions, see the Kubernetes section in the Requirements document.
We decide which versions to support based on the supported versions in Amazon Elastic Kubernetes Service and Azure Kubernetes Service. However, we do not consider the LTS versions in each managed Kubernetes service.
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 scalar-labs https://scalar-labs.github.io/helm-charts
You can then run helm search repo scalar-labs
to see the Scalar charts.
Also, you can see all the versions by helm search repo scalar-labs --versions
command.
If you want to automatically generate README.md
files and values.schema.json
with a pre-commit hook,
then run:
cd $(git rev-parse --show-toplevel)
ln -s ../../.git-hooks/pre-commit .git/hooks/pre-commit
This repo is mainly maintained by the Scalar Engineering Team, but of course we appreciate any help.
- For asking questions, finding answers and helping other users, please go to stackoverflow and use scalardl tag.
- For filing bugs, suggesting improvements, or requesting new features, help us out by opening an issue.