Skip to content

logicmonitor/helm-charts

Repository files navigation

Logicmonitor Official Helm Charts


Logicmonitor Helm Charts

New Helm repository for LogicMonitor helm charts

Release Builds Pages Build Deployment
Open Pull Requests Open Issues

Getting started

Add helm repository using following command:

$ helm repo add logicmonitor https://logicmonitor.github.io/helm-charts

Use helm search repo to search charts and its latest chart versions, etc...

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us. Number of open issues with help wanted helm wanted issues

Developing Helm Charts

Setup npm on your machine, run npm install to install required libraries.

Create development branch for your changes

Do required changes in respective charts and stage files for commit by git add

Run npx cz to commit the chages, commitzen is the interactive utility to help writing conventional commit messages

Versioning

We use Semantic Versioning for all our releases. For the versions available, see the tags on this repository.

Contributors