Skip to content

Commit

Permalink
feat(csc): release charts for csc (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmshubhashri authored Jul 3, 2024
1 parent db1e15e commit 164caa4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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: argus@logicmonitor.com
name: LogicMonitor
name: collectorset-controller
version: 9.0.0
version: 9.1.0
home: https://logicmonitor.github.io/helm-charts
appVersion: v11.0.0
dependencies:
Expand Down
7 changes: 7 additions & 0 deletions charts/collectorset-controller/templates/collector-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ rules:
verbs:
- list
- get
- apiGroups:
- "cert-manager.io"
resources:
- certificates
verbs:
- list
- get
- nonResourceURLs:
- /
- /healthz
Expand Down

0 comments on commit 164caa4

Please sign in to comment.