https://github.com/logicmonitor/helm-charts
Logicmonitor Helm Charts
https://github.com/logicmonitor/helm-charts
helm helm-charts kubernetes kubernetes-monitoring logicmonitor logicmonitor-k8s logicmonitor-kubernetes logicmonitor-kubernetes-monitoring
Last synced: about 2 months ago
JSON representation
Logicmonitor Helm Charts
- Host: GitHub
- URL: https://github.com/logicmonitor/helm-charts
- Owner: logicmonitor
- License: mpl-2.0
- Created: 2021-05-13T18:47:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-19T06:25:28.000Z (4 months ago)
- Last Synced: 2026-02-19T12:32:50.852Z (4 months ago)
- Topics: helm, helm-charts, kubernetes, kubernetes-monitoring, logicmonitor, logicmonitor-k8s, logicmonitor-kubernetes, logicmonitor-kubernetes-monitoring
- Language: Go Template
- Homepage:
- Size: 4.28 MB
- Stars: 2
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Logicmonitor Official Helm Charts
# Logicmonitor Helm Charts
New Helm repository for LogicMonitor helm charts
 
 
## Getting started
Add helm repository using following command:
```bash
$ helm repo add logicmonitor https://logicmonitor.github.io/helm-charts
```
Use [helm search repo](https://helm.sh/docs/helm/helm_search_repo/#helm-search-repo) to search charts and its latest chart versions, etc...
## Contributing
Please read [CONTRIBUTING.md](https://github.com/logicmonitor/helm-charts/blob/main/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 
## 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](http://semver.org/) for all our releases. For the versions available, see the [tags on this repository](https://github.com/logicmonitor/helm-charts/tags).
## Contributors