Skip to content

SyeKlu/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Helm Chart Repository

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.

Disclaimer

Please note that the charts in this repository are currently in alpha version and are not recommended for use in production environments.

Prerequisites

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.

Usage

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.

Contributing

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.

License

This repository is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published