Skip to content

Commit

Permalink
[kube-prometheus-stack] add missing rbac permissions for 0.71.0 (#4175)
Browse files Browse the repository at this point in the history
* add missing rbac permissions for 0.71.0

Signed-off-by: drfaust92 <[email protected]>

* add missing rbac permissions for 0.71.0

Signed-off-by: drfaust92 <[email protected]>

---------

Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 authored Jan 25, 2024
1 parent 1f70a6b commit 5a63777
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 56.0.3
version: 56.0.4
appVersion: v0.71.0
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- events
verbs:
- patch
- create
- apiGroups:
- networking.k8s.io
resources:
Expand Down

0 comments on commit 5a63777

Please sign in to comment.