diff --git a/charts/lm-container/Chart.yaml b/charts/lm-container/Chart.yaml index 2d735c4..ac3eeac 100644 --- a/charts/lm-container/Chart.yaml +++ b/charts/lm-container/Chart.yaml @@ -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 @@ -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 diff --git a/charts/lm-container/README.md b/charts/lm-container/README.md new file mode 100644 index 0000000..e82ab8f --- /dev/null +++ b/charts/lm-container/README.md @@ -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 \ No newline at end of file diff --git a/charts/lm-container/ci/dummy-values.yaml b/charts/lm-container/ci/base-sanity-values.yaml similarity index 91% rename from charts/lm-container/ci/dummy-values.yaml rename to charts/lm-container/ci/base-sanity-values.yaml index a79ff5b..773ac05 100644 --- a/charts/lm-container/ci/dummy-values.yaml +++ b/charts/lm-container/ci/base-sanity-values.yaml @@ -22,6 +22,3 @@ collectorset-controller: accessKey: "dummy" # The LogicMonitor account name. account: "dummy" -global: - image: - pullPolicy: IfNotPresent diff --git a/charts/lm-container/ci/multi-collector-values.yaml b/charts/lm-container/ci/multi-collector-values.yaml new file mode 100644 index 0000000..18be325 --- /dev/null +++ b/charts/lm-container/ci/multi-collector-values.yaml @@ -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"