Skip to content

Scoutflo/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scoutflo Helm Charts Collection

This repository contains a collection of Helm charts for various applications. Helm is a package manager for Kubernetes that helps you manage and deploy applications and services on Kubernetes clusters.

Available Charts

Usage

To use one of the charts in this repository, follow these steps:

  1. Add the Helm chart repository to your local repositories:

    helm repo add <repo-name> <repo-url>
  2. Update the Helm repositories:

    helm repo update
  3. Install the desired chart:

    helm install <release-name> <repo-name>/<chart-name>

    Replace <release-name> with the name you want to give to the release, <repo-name> with the name you assigned to the repository in step 1, and <chart-name> with the name of the chart you want to install.

    You can also customize the installation by providing additional options and values. Refer to the individual chart's documentation for more information.

Contributing

Feel free to contribute to this repository! Contributions are welcome and encouraged. Here's how you can contribute:

  1. Fork this repository.
  2. Create a new branch for your contribution: git checkout -b my-contribution.
  3. Make your changes and commit them: git commit -am 'Add some contribution'.
  4. Push your changes to your fork: git push origin my-contribution.
  5. Open a Pull Request (PR) in this repository, describing your changes and the reasoning behind them.

Please ensure that your contributions adhere to the guidelines and best practices for Helm chart development. If you have any questions or need assistance, feel free to open an issue in this repository.

About

Scoutflo's maintained Helm Charts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •