This repository contains a collection of Helm charts for deploying applications on Kubernetes. Helm is a package manager for Kubernetes that helps in managing applications by packaging them into charts, which can be versioned, shared, and deployed easily.
Please note that the charts in this repository are currently in alpha version and are not recommended for use in production environments.
To use the charts in this repository, you need to have Helm installed on your machine. Refer to the official Helm documentation for installation instructions.
To use a chart from this repository, you first need to add the repository to your Helm installation:
helm repo add <repo-name> <repo-url>
Once you've added the repository, you can search for available charts:
helm search repo <repo-name>
To install a chart, use the following command:
helm install <release-name> <repo-name>/<chart-name>
You can customize the installation by providing your own values file:
helm install <release-name> <repo-name>/<chart-name> -f <path-to-values-file>
Refer to the specific chart's README for more information on configuration and usage.
If you find an issue with any of the charts, or if you would like to contribute a new chart, please open an issue or a pull request in this repository.
This repository is licensed under the MIT License.