[stable/kube-state-metrics] Update apiVersion for clusterrole (#23968)

Signed-off-by: Manuel Rüger <manuel@rueg.eu>

Co-authored-by: Scott Rigby <scott@r6by.com>
This commit is contained in:
Manuel Rüger
2021-04-25 18:21:11 +02:00
co-authored by Scott Rigby
parent 8bd155173d
commit 0e9f68ed59
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ keywords:
- monitoring
- prometheus
- kubernetes
version: 2.9.2
version: 2.9.3
appVersion: 1.9.7
home: https://github.com/kubernetes/kube-state-metrics/
sources:
@@ -1,5 +1,5 @@
{{- if .Values.rbac.create -}}
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
@@ -1,5 +1,5 @@
{{- if .Values.rbac.create -}}
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels: