Skip to content

Commit

Permalink
feat(lmc-4.4.0): release lm-container charts v4.4.0 (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Shubhashri Shirode <[email protected]>
  • Loading branch information
shubhashri12 and lmshubhashri authored Aug 28, 2023
1 parent 375381d commit 576ed6d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
17 changes: 14 additions & 3 deletions charts/lm-container/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: lm-container
description: A Helm chart for Logicmonitor's Kubernetes monitoring solutions
type: application
version: 4.3.0
version: 4.4.0
maintainers:
- name: LogicMonitor
email: [email protected]
Expand All @@ -11,7 +11,7 @@ kubeVersion: ">= 1.16.0-0"
dependencies:
- name: argus
# need to explicitly quote to make it string, else json schema fails
version: "6.2.0"
version: "6.3.0"
repository: https://logicmonitor.github.io/helm-charts
# uncomment to test umbrella chart in while developing
# repository: file://../argus
Expand All @@ -22,7 +22,7 @@ dependencies:
- monitoring
- name: collectorset-controller
# need to explicitly quote to make it string, else json schema fails
version: "5.3.0"
version: "5.4.0"
repository: https://logicmonitor.github.io/helm-charts
# uncomment to test umbrella chart in while developing
# repository: file://../collectorset-controller
Expand All @@ -31,6 +31,17 @@ dependencies:
- logicmonitor
- collectorset-controller
- monitoring
- name: lmotel
# need to explicitly quote to make it string, else json schema fails
version: "1.8.0"
repository: https://logicmonitor.github.io/helm-charts
# uncomment to test umbrella chart in while developing
# repository: file://../lmotel
condition: lmotel.enabled
tags:
- logicmonitor
- lmotel
- monitoring
- condition: kube-state-metrics.enabled
name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
Expand Down
14 changes: 14 additions & 0 deletions charts/lm-container/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,20 @@
},
"additionalProperties": true
},
"lmotel": {
"$id": "#/properties/lmotel",
"description": "LMOTEL Helm Chart Configurations",
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"description": "Enable LMOTEL Helm Chart installation",
"default": false,
"$id": "#/properties/lmotel/properties/enabled"
}
},
"additionalProperties": true
},
"kube-state-metrics": {
"$id": "#/properties/kube-state-metrics",
"type": "object",
Expand Down
2 changes: 2 additions & 0 deletions charts/lm-container/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ argus:
enabled: true
collectorset-controller:
enabled: true
lmotel:
enabled: false

# Kube state metrics configuration
# For further customizing KSM configuration, pls refer https://artifacthub.io/packages/helm/prometheus-community/kube-state-metrics/?modal=values
Expand Down

0 comments on commit 576ed6d

Please sign in to comment.