Skip to content

Commit

Permalink
[stable/prometheus] Fix rbac for get ingress info (helm#23015)
Browse files Browse the repository at this point in the history
* Fix rbac for get ingress info

Signed-off-by: Eugene Medvedev <[email protected]>

* Update chart version

Signed-off-by: Eugene Medvedev <[email protected]>

* support newer and older clusters

Signed-off-by: Eugene Medvedev <[email protected]>
  • Loading branch information
jidckii authored and Ian Levesque committed Jul 13, 2020
1 parent ac9074f commit 8845835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: prometheus
version: 11.6.0
version: 11.6.1
appVersion: 2.19.0
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
Expand Down
1 change: 1 addition & 0 deletions stable/prometheus/templates/server-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
- watch
- apiGroups:
- "extensions"
- "networking.k8s.io"
resources:
- ingresses/status
- ingresses
Expand Down

0 comments on commit 8845835

Please sign in to comment.