File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
``` bash
8
8
helm install \
9
- https://github.com/jatalocks/kube-reqsizer/releases/download/kube-reqsizer-0.4 .0/kube-reqsizer-0.4 .0.tgz
9
+ https://github.com/jatalocks/kube-reqsizer/releases/download/kube-reqsizer-0.5 .0/kube-reqsizer-0.5 .0.tgz
10
10
```
11
11
12
12
** Core Values:**
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 0.4 .0
16
+ version : 0.5 .0
Original file line number Diff line number Diff line change 15
15
- patch
16
16
- update
17
17
- watch
18
+ - apiGroups : ["metrics.k8s.io"]
19
+ resources : ["pods", "nodes"]
20
+ verbs : ["get", "list", "watch"]
18
21
---
19
22
apiVersion : rbac.authorization.k8s.io/v1
20
23
kind : ClusterRoleBinding
Original file line number Diff line number Diff line change 15
15
- patch
16
16
- update
17
17
- watch
18
+ - apiGroups : ["metrics.k8s.io"]
19
+ resources : ["pods", "nodes"]
20
+ verbs : ["get", "list", "watch"]
You can’t perform that action at this time.
0 commit comments