Skip to content

Commit

Permalink
feat(argus-6.1.0): release argus charts 6.1.0 (#103)
Browse files Browse the repository at this point in the history
* feat(argus-6.1.0): release argus charts 6.1.0

* feat(csc-5.2.0): build failure fixed

---------

Co-authored-by: Shubhashri Shirode <[email protected]>
  • Loading branch information
shubhashri12 and lmshubhashri authored Jul 10, 2023
1 parent e06bdcd commit 02a5f96
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/argus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ maintainers:
- email: [email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion charts/argus/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions charts/argus/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ rules:
- "networking.k8s.io"
resources:
- networkpolicies
- ingresses
verbs:
- list
- get
Expand Down
2 changes: 1 addition & 1 deletion charts/collectorset-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ maintainers:
- email: [email protected]
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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ rules:
- "networking.k8s.io"
resources:
- networkpolicies
- ingresses
verbs:
- list
- get
Expand Down

0 comments on commit 02a5f96

Please sign in to comment.