Skip to content

Commit

Permalink
feat(lmc): release 1.0.0 (#52)
Browse files Browse the repository at this point in the history
Release first LM Container version 1.0.0
  • Loading branch information
vkumbhar94 authored Jul 20, 2022
1 parent 0643ce5 commit ad84a0d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 6 deletions.
7 changes: 4 additions & 3 deletions charts/lm-container/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ apiVersion: v2
name: lm-container
description: A Helm chart for Logicmonitor's Kubernetes monitoring solutions
type: application
version: 1.0.0-ea4
version: 1.0.0
maintainers:
- name: LogicMonitor
email: argus@logicmonitor.com
icon: https://logicmonitor.github.io/helm-charts/lm_logo.png
kubeVersion: ">= 1.16.0"
dependencies:
- name: argus
# need to explicitly quote to make it string, else json schema fails
version: "3.0.0-ea5"
version: "3.0.0"
repository: https://logicmonitor.github.io/helm-charts
# uncomment to test umbrella chart in while developing
# repository: file://../argus
Expand All @@ -21,7 +22,7 @@ dependencies:
- monitoring
- name: collectorset-controller
# need to explicitly quote to make it string, else json schema fails
version: "2.0.0-ea3"
version: "2.0.0"
repository: https://logicmonitor.github.io/helm-charts
# uncomment to test umbrella chart in while developing
# repository: file://../collectorset-controller
Expand Down
7 changes: 7 additions & 0 deletions charts/lm-container/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Logicmonitor's Container Monitoring

This Helm chart installs Logicmonitor LM Container solution to auto discover and monitor Kubernetes Cluster resources.
A [LogicMonitor](https://www.logicmonitor.com) account is required.

See [Logicmonitor Support Documentation](https://www.logicmonitor.com/support/monitoring/containers/kubernetes/about-logicmonitors-kubernetes-monitoring)
for more details on installation
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ collectorset-controller:
accessKey: "dummy"
# The LogicMonitor account name.
account: "dummy"
global:
image:
pullPolicy: IfNotPresent
25 changes: 25 additions & 0 deletions charts/lm-container/ci/multi-collector-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
argus:
# The LogicMonitor API key ID.
accessID: "dummy"
# The LogicMonitor API key.
accessKey: "dummy"
# The LogicMonitor account name.
account: "dummy"
# A unique name given to the cluster's resource group.
clusterName: "dummy"

collector:
size: nano
replicas: 2
probe:
enabled: false

collectorset-controller:
## REQUIRED VALUES

# The LogicMonitor API key ID.
accessID: "dummy"
# The LogicMonitor API key.
accessKey: "dummy"
# The LogicMonitor account name.
account: "dummy"

0 comments on commit ad84a0d

Please sign in to comment.