Skip to content

Commit

Permalink
feat(pdb-monitoring): added support for pdb monitoring (#59)
Browse files Browse the repository at this point in the history
* feat(pdb-monitoring): added support for pdb monitoring

* feat(build version update): update build version

* fix(chart version update): chart version update

Co-authored-by: Shubhashri Shirode <shubhashri.shirode@logicmonitor.com>
  • Loading branch information
shubhashri12 and lmshubhashri authored Jul 19, 2022
1 parent a110bf5 commit fa19796
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/argus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ maintainers:
- email: argus@logicmonitor.com
name: LogicMonitor
name: argus
version: 2.0.0-rt01
version: 2.1.0-rc01
home: https://logicmonitor.github.io/helm-charts-qa
appVersion: v8.0.0-rc9
appVersion: v8.1.0-rc1
9 changes: 9 additions & 0 deletions charts/argus/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@ rules:
- get
- watch
- update
- apiGroups:
- "policy"
resources:
- poddisruptionbudgets
verbs:
- list
- get
- watch
- update
- nonResourceURLs:
- /
- /healthz
Expand Down
1 change: 1 addition & 0 deletions charts/argus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ kube-state-metrics:
- nodes
- deployments
- services
- poddisruptionbudgets

imagePullSecrets: []

Expand Down

0 comments on commit fa19796

Please sign in to comment.