Skip to content

Commit

Permalink
feat(lmc): release charts for lm-container charts v9.1.0 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmshubhashri authored Jan 7, 2025
1 parent ce24db7 commit 61578dc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 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: 9.0.0
version: 9.1.0
maintainers:
- name: LogicMonitor
email: argus@logicmonitor.com
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: "11.0.0"
version: "11.1.0"
repository: https://logicmonitor.github.io/helm-charts
# uncomment to test umbrella chart in while developing
# repository: file://../argus
Expand Down
10 changes: 10 additions & 0 deletions charts/lm-container/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@
]

},
"kube-state-metrics": {
"$comment": "tf:optional",
"$id": "#/properties/kube-state-metrics",
"type": "object",
"additionalItems": true,
"additionalProperties": true,
"title": "KSM account domain",
"description": "KSM account domain",
"examples": []
},
"userDefinedSecret": {
"$id": "#/properties/userDefinedSecret",
"type": "string",
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 @@ -4,6 +4,8 @@
global:
companyDomain: ""
userDefinedSecret: ""
kube-state-metrics:
enabled: true
image:
registry: ""
pullPolicy: ""
Expand Down

0 comments on commit 61578dc

Please sign in to comment.