We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ddece commit b598c37Copy full SHA for b598c37
charts/argus/Chart.yaml
@@ -6,7 +6,7 @@ maintainers:
6
- email: [email protected]
7
name: LogicMonitor
8
name: argus
9
-version: 8.1.0-rc03
+version: 8.1.0-rc04
10
home: https://logicmonitor.github.io/helm-charts-qa
11
appVersion: v12.1.0-rc03
12
dependencies:
charts/argus/templates/_collector_config.tpl
@@ -4,6 +4,7 @@
4
replicas: {{ .Values.collector.replicas }}
5
size: {{ .Values.collector.size | quote}}
useEA: {{ .Values.collector.useEA | default false}}
+version: {{ .Values.collector.version | default 0 }}
lm:
escalationChainID: {{ .Values.collector.lm.escalationChainID | default 0 }}
{{- end -}}
0 commit comments