Skip to content

Commit 0f7d173

Browse files
authored
fix(lmc): use new argus and csc helm charts (#56)
1 parent 986d7f0 commit 0f7d173

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

charts/lm-container/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: lm-container
33
description: A Helm chart for Logicmonitor's Kubernetes monitoring solutions
44
type: application
5-
version: 1.0.0-rc997
5+
version: 1.0.0-rc998
66
maintainers:
77
- name: LogicMonitor
88
@@ -11,7 +11,7 @@ kubeVersion: ">= 1.16.0"
1111
dependencies:
1212
- name: argus
1313
# need to explicitly quote to make it string, else json schema fails
14-
version: "2.0.0-rc993"
14+
version: "2.0.0-rc994"
1515
repository: https://logicmonitor.github.io/helm-charts-qa
1616
# uncomment to test umbrella chart in while developing
1717
# repository: file://../argus
@@ -22,7 +22,7 @@ dependencies:
2222
- monitoring
2323
- name: collectorset-controller
2424
# need to explicitly quote to make it string, else json schema fails
25-
version: "1.0.0-rc86"
25+
version: "1.0.0-rc87"
2626
repository: https://logicmonitor.github.io/helm-charts-qa
2727
# uncomment to test umbrella chart in while developing
2828
# repository: file://../collectorset-controller

charts/lm-container/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Logicmonitor's Container Monitoring
2+
3+
This Helm chart installs Logicmonitor LM Container solution to auto discover and monitor Kubernetes Cluster resources.
4+
A [LogicMonitor](https://www.logicmonitor.com) account is required.
5+
6+
See [Logicmonitor Support Documentation](https://www.logicmonitor.com/support/monitoring/containers/kubernetes/about-logicmonitors-kubernetes-monitoring)
7+
for more details on installation

0 commit comments

Comments
 (0)