This repository hosts a collection of Helm charts for deploying various applications and services on Kubernetes clusters. Helm charts provide a convenient way to define, install, and manage Kubernetes applications.
To use these Helm charts, you'll need to have Helm installed on your local machine and configured to connect to your Kubernetes cluster. Once Helm is set up, you can add this repository to your Helm client and start deploying applications.
To add this Helm repository to your local, run the following command:
helm repo add thecloudspark https://thecloudspark.github.io/helm-chartsAfter adding the repository, you can search for available charts and install them using Helm commands. For example, to install the vote-app chart:
helm install app thecloudspark/vote-appHere's the list of available charts:
Contributions to this repository are welcome! If you have improvements to existing charts or new charts to add, please open a pull request. Make sure to follow the contribution guidelines outlined in the repository.