diff --git a/charts/argus/Chart.yaml b/charts/argus/Chart.yaml index d905d3f..c8c04e4 100644 --- a/charts/argus/Chart.yaml +++ b/charts/argus/Chart.yaml @@ -6,9 +6,9 @@ maintainers: - email: argus@logicmonitor.com name: LogicMonitor name: argus -version: 6.0.0 +version: 6.1.0 home: https://logicmonitor.github.io/helm-charts -appVersion: v11.0.0 +appVersion: v11.1.0 dependencies: - name: lmutil repository: https://logicmonitor.github.io/helm-charts diff --git a/charts/argus/templates/_helpers.tpl b/charts/argus/templates/_helpers.tpl index 178f2b3..fdfee22 100644 --- a/charts/argus/templates/_helpers.tpl +++ b/charts/argus/templates/_helpers.tpl @@ -43,7 +43,7 @@ logicmonitor.com/provider: lm-container {{- define "monitoring.disable" }} -{{ $alwaysDisable := list "ingresses"}} +{{ $alwaysDisable := list }} {{ $resultList := ( concat $alwaysDisable $.Values.monitoring.disable | uniq ) }} {{- toYaml $resultList | nindent 0}} {{- end }} diff --git a/charts/argus/templates/rbac.yaml b/charts/argus/templates/rbac.yaml index ab77b33..8d8f20c 100644 --- a/charts/argus/templates/rbac.yaml +++ b/charts/argus/templates/rbac.yaml @@ -102,6 +102,7 @@ rules: - "networking.k8s.io" resources: - networkpolicies + - ingresses verbs: - list - get diff --git a/charts/collectorset-controller/Chart.yaml b/charts/collectorset-controller/Chart.yaml index eb3ed48..9ffd422 100644 --- a/charts/collectorset-controller/Chart.yaml +++ b/charts/collectorset-controller/Chart.yaml @@ -6,7 +6,7 @@ maintainers: - email: argus@logicmonitor.com name: LogicMonitor name: collectorset-controller -version: 5.1.0 +version: 5.2.0 home: https://logicmonitor.github.io/helm-charts appVersion: v7.1.0 dependencies: diff --git a/charts/collectorset-controller/templates/collector-rbac.yaml b/charts/collectorset-controller/templates/collector-rbac.yaml index 2086cb7..b2fdab8 100644 --- a/charts/collectorset-controller/templates/collector-rbac.yaml +++ b/charts/collectorset-controller/templates/collector-rbac.yaml @@ -91,6 +91,7 @@ rules: - "networking.k8s.io" resources: - networkpolicies + - ingresses verbs: - list - get