Skip to content

Commit bd6335b

Browse files
authored
Merge pull request #1427 from deads2k/update-rbac
update RBAC manifests to v1
2 parents e59bc57 + 30b0a9a commit bd6335b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/kube-state-metrics/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- monitoring
77
- prometheus
88
- kubernetes
9-
version: 2.13.0
9+
version: 2.13.1
1010
appVersion: 1.9.8
1111
home: https://github.com/kubernetes/kube-state-metrics/
1212
sources:

charts/kube-state-metrics/templates/rolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{- if and (eq .Values.rbac.create true) (eq .Values.rbac.useClusterRole false) -}}
22
{{- range (split "," $.Values.namespace) }}
33
---
4-
apiVersion: rbac.authorization.k8s.io/v1beta1
4+
apiVersion: rbac.authorization.k8s.io/v1
55
kind: RoleBinding
66
metadata:
77
labels:

0 commit comments

Comments
 (0)