File tree 4 files changed +19
-3
lines changed 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : lm-container
3
3
description : A Helm chart for Logicmonitor's Kubernetes monitoring solutions
4
4
type : application
5
- version : 8.3.1-rt01
5
+ version : 9.0.0-rc01
6
6
maintainers :
7
7
- name : LogicMonitor
8
8
@@ -11,7 +11,7 @@ kubeVersion: ">= 1.16.0-0"
11
11
dependencies :
12
12
- name : argus
13
13
# need to explicitly quote to make it string, else json schema fails
14
- version : " 10.3 .0-rt01 "
14
+ version : " 11.0 .0-rc01 "
15
15
repository : https://logicmonitor.github.io/helm-charts-qa
16
16
# uncomment to test umbrella chart in while developing
17
17
# repository: file://../argus
@@ -22,7 +22,7 @@ dependencies:
22
22
- monitoring
23
23
- name : collectorset-controller
24
24
# need to explicitly quote to make it string, else json schema fails
25
- version : " 9.3 .0-rt01 "
25
+ version : " 10.0 .0-rc01 "
26
26
repository : https://logicmonitor.github.io/helm-charts-qa
27
27
# uncomment to test umbrella chart in while developing
28
28
# repository: file://../collectorset-controller
Original file line number Diff line number Diff line change 5
5
accessKey : " dummy"
6
6
# The LogicMonitor account name.
7
7
account : " dummy"
8
+ # The LogicMonitor account domain.
9
+ companyDomain : " dummy"
8
10
# A unique name given to the cluster's resource group.
9
11
clusterName : " dummy"
10
12
Original file line number Diff line number Diff line change 47
47
],
48
48
"$comment" : " ui:account-ignore tf:optional"
49
49
},
50
+ "companyDomain" : {
51
+ "$comment" : " tf:optional" ,
52
+ "$id" : " #/properties/companyDomain" ,
53
+ "type" : " string" ,
54
+ "title" : " Logicmonitor account domain" ,
55
+ "description" : " The Logicmonitor account domain" ,
56
+ "examples" : [
57
+ " logicmonitor.com" ,
58
+ " qa-lmgov.us" ,
59
+ " lmgov.us"
60
+ ]
61
+
62
+ },
50
63
"userDefinedSecret" : {
51
64
"$id" : " #/properties/userDefinedSecret" ,
52
65
"type" : " string" ,
Original file line number Diff line number Diff line change 2
2
# This is a YAML-formatted file.
3
3
# Declare variables to be passed into your templates.
4
4
global :
5
+ companyDomain : " "
5
6
userDefinedSecret : " "
6
7
image :
7
8
registry : " "
You can’t perform that action at this time.
0 commit comments