Skip to content

Commit 7aa2db9

Browse files
committed
feat(argus): updated argus app version
1 parent 8a26dea commit 7aa2db9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/argus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
name: argus
99
version: 11.1.1-rc01
1010
home: https://logicmonitor.github.io/helm-charts-qa
11-
appVersion: v15.2.0-rc01
11+
appVersion: v15.2.0-rc02
1212
dependencies:
1313
- name: lmutil
1414
repository: https://logicmonitor.github.io/helm-charts-qa

charts/argus/templates/_filter_config.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{/* vim: set filetype=mustache: */}}
22

33
{{- define "filter-config" -}}
4-
{{- $disabledBatchingFilter := "contains(owner,\"Job\") && type == \"pod\"" }}
4+
{{- $disabledBatchingFilter := "contains(owner,\"Job,CronJob\") && type == \"pod\"" }}
55
{{- $filterValues := append .Values.filters ($disabledBatchingFilter) }}
66
filters:
77
{{ toYaml $filterValues | nindent 2 }}

0 commit comments

Comments
 (0)