Skip to content

Commit

Permalink
feat(lmc-rel): release lm-container charts v7.1.0 (#142)
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 May 2, 2024
1 parent 677bc34 commit 2b09cd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 7.0.0
version: 7.1.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: "9.0.0"
version: "9.1.0"
repository: https://logicmonitor.github.io/helm-charts
# uncomment to test umbrella chart in while developing
# repository: file://../argus
Expand Down
6 changes: 4 additions & 2 deletions charts/lm-container/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
},
"lm-logs": {
"$id": "#/properties/lm-logs",
"description": "LM Logs Helm Chart Configurations",
"title": "LM Logs Helm Chart Configurations, check https://artifacthub.io/packages/helm/logicmonitor-helm-charts/lm-logs?modal=values-schema for schema",
"description": "LM Logs Helm Chart Configurations, check https://artifacthub.io/packages/helm/logicmonitor-helm-charts/lm-logs?modal=values-schema for schema",
"type": "object",
"properties": {
"enabled": {
Expand All @@ -129,7 +130,8 @@
},
"lmotel": {
"$id": "#/properties/lmotel",
"description": "LMOTEL Helm Chart Configurations",
"title": "LMOTEL Helm Chart Configurations, check https://artifacthub.io/packages/helm/logicmonitor-helm-charts/lmotel for schema",
"description": "LMOTEL Helm Chart Configurations, check https://artifacthub.io/packages/helm/logicmonitor-helm-charts/lmotel for schema",
"type": "object",
"properties": {
"enabled": {
Expand Down

0 comments on commit 2b09cd6

Please sign in to comment.