Skip to content

Commit b598c37

Browse files
feat(collector-conf): add collector version to argus-configmap (#312)
Co-authored-by: Shubhashri Shirode <[email protected]>
1 parent 00ddece commit b598c37

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/argus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ maintainers:
66
77
name: LogicMonitor
88
name: argus
9-
version: 8.1.0-rc03
9+
version: 8.1.0-rc04
1010
home: https://logicmonitor.github.io/helm-charts-qa
1111
appVersion: v12.1.0-rc03
1212
dependencies:

charts/argus/templates/_collector_config.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
replicas: {{ .Values.collector.replicas }}
55
size: {{ .Values.collector.size | quote}}
66
useEA: {{ .Values.collector.useEA | default false}}
7+
version: {{ .Values.collector.version | default 0 }}
78
lm:
89
escalationChainID: {{ .Values.collector.lm.escalationChainID | default 0 }}
910
{{- end -}}

0 commit comments

Comments
 (0)