Skip to content

scalar-labs/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalar Helm Charts Repository

License Release Charts Chart Testing and Kubeval

This directory contains the following helm charts.

Prerequisites

  • Helm 3.5+

Supported Kubernetes versions

  • 1.28.x, 1.27.x, 1.26.x, 1.25.x, 1.24.x

Usage

Helm

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.

Pre-commit hook

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

Contributing

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.

License

Apache 2.0 License.