Skip to content

Commit fa19796

Browse files
feat(pdb-monitoring): added support for pdb monitoring (#59)
* 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 <[email protected]>
1 parent a110bf5 commit fa19796

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

charts/argus/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ maintainers:
1111
1212
name: LogicMonitor
1313
name: argus
14-
version: 2.0.0-rt01
14+
version: 2.1.0-rc01
1515
home: https://logicmonitor.github.io/helm-charts-qa
16-
appVersion: v8.0.0-rc9
16+
appVersion: v8.1.0-rc1

charts/argus/templates/rbac.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,15 @@ rules:
9797
- get
9898
- watch
9999
- update
100+
- apiGroups:
101+
- "policy"
102+
resources:
103+
- poddisruptionbudgets
104+
verbs:
105+
- list
106+
- get
107+
- watch
108+
- update
100109
- nonResourceURLs:
101110
- /
102111
- /healthz

charts/argus/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ kube-state-metrics:
193193
- nodes
194194
- deployments
195195
- services
196+
- poddisruptionbudgets
196197

197198
imagePullSecrets: []
198199

0 commit comments

Comments
 (0)