We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e59bc57 + 30b0a9a commit bd6335bCopy full SHA for bd6335b
2 files changed
charts/kube-state-metrics/Chart.yaml
@@ -6,7 +6,7 @@ keywords:
6
- monitoring
7
- prometheus
8
- kubernetes
9
-version: 2.13.0
+version: 2.13.1
10
appVersion: 1.9.8
11
home: https://github.com/kubernetes/kube-state-metrics/
12
sources:
charts/kube-state-metrics/templates/rolebinding.yaml
@@ -1,7 +1,7 @@
1
{{- if and (eq .Values.rbac.create true) (eq .Values.rbac.useClusterRole false) -}}
2
{{- range (split "," $.Values.namespace) }}
3
---
4
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
5
kind: RoleBinding
metadata:
labels:
0 commit comments