Skip to content

Commit

Permalink
feat(rel-lmc): release lmc charts v5.0.0 (#118)
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 Sep 18, 2023
1 parent a3c9995 commit 17b980d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
21 changes: 17 additions & 4 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.4.0
version: 5.0.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.3.0"
version: "7.0.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.4.0"
version: "6.0.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,19 @@ dependencies:
- logicmonitor
- collectorset-controller
- monitoring
- name: lm-logs
# need to explicitly quote to make it string, else json schema fails
version: "0.4.0"
repository: https://logicmonitor.github.io/helm-charts
# uncomment to test umbrella chart in while developing
# repository: file://../lm-logs
condition: lm-logs.enabled
tags:
- logicmonitor
- lm-logs
- monitoring
- pod-logs-collection
- k8s-events-collection
- name: lmotel
# need to explicitly quote to make it string, else json schema fails
version: "1.8.0"
Expand All @@ -50,4 +63,4 @@ dependencies:
repository: https://logicmonitor.github.io/helm-charts
# uncomment to test umbrella chart in while developing
# repository: file://../lmutil
version: 0.1.6
version: 0.1.9
6 changes: 6 additions & 0 deletions charts/lm-container/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
"lmqauat"
],
"$comment": "ui:account-ignore tf:optional"
},
"userDefinedSecret": {
"$id": "#/properties/userDefinedSecret",
"type": "string",
"title": "User provided Secret for LM credentials",
"description": "User can provide LM credentials in a Secret instead of plain text. The secret should contain 'accessID', 'accessKey', 'account' along with optional params e.g. 'etcdDiscoveryToken', proxy credentials"
}
},
"additionalProperties": true
Expand Down
3 changes: 3 additions & 0 deletions charts/lm-container/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
global:
userDefinedSecret: ""
image:
registry: ""
pullPolicy: ""
Expand All @@ -11,6 +12,8 @@ argus:
enabled: true
collectorset-controller:
enabled: true
lm-logs:
enabled: false
lmotel:
enabled: false

Expand Down

0 comments on commit 17b980d

Please sign in to comment.