File tree 4 files changed +16
-2
lines changed 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ maintainers:
6
6
7
7
name : LogicMonitor
8
8
name : argus
9
- version : 2.2.0-rc09
9
+ version : 2.2.0-rc10
10
10
home : https://logicmonitor.github.io/helm-charts-qa
11
11
appVersion : v8.2.0-rc2
Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ metadata:
13
13
strategy.spinnaker.io/versioned : " false"
14
14
{{- include "argus.annotations" . | nindent 4 }}
15
15
data :
16
+ debug-info : |
17
+ capabilities:
18
+ {{- toYaml .Capabilities | nindent 6 }}
19
+ release:
20
+ {{- toYaml .Release | nindent 6 }}
21
+ values:
22
+ {{- toYaml .Values | nindent 6 }}
16
23
config.yaml : |
17
24
{{- include "argus-config" . | fromYaml | toYaml | nindent 4 }}
18
25
filters-config.yaml : |
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ maintainers:
6
6
7
7
name : LogicMonitor
8
8
name : collectorset-controller
9
- version : 1.1.0-rc07
9
+ version : 1.1.0-rc08
10
10
home : https://logicmonitor.github.io/helm-charts-qa
11
11
appVersion : v4.1.0-rc4
Original file line number Diff line number Diff line change @@ -12,6 +12,13 @@ metadata:
12
12
strategy.spinnaker.io/versioned : " false"
13
13
{{- include "collectorset-controller.annotations" . | nindent 4}}
14
14
data :
15
+ debug-info : |
16
+ capabilities:
17
+ {{- toYaml .Capabilities | nindent 6 }}
18
+ release:
19
+ {{- toYaml .Release | nindent 6 }}
20
+ values:
21
+ {{- toYaml .Values | nindent 6 }}
15
22
config.yaml : |
16
23
log:
17
24
{{- toYaml .Values.log | nindent 6 }}
You can’t perform that action at this time.
0 commit comments