diff --git a/stable/prometheus/Chart.yaml b/stable/prometheus/Chart.yaml index 87c5411bb3..c7860c20af 100755 --- a/stable/prometheus/Chart.yaml +++ b/stable/prometheus/Chart.yaml @@ -1,5 +1,5 @@ name: prometheus -version: 4.6.2 +version: 4.6.3 description: Prometheus is a monitoring system and time series database. home: https://prometheus.io/ icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png diff --git a/stable/prometheus/templates/kube-state-metrics-clusterrole.yaml b/stable/prometheus/templates/kube-state-metrics-clusterrole.yaml index 4d611cc056..25cb9b9c66 100644 --- a/stable/prometheus/templates/kube-state-metrics-clusterrole.yaml +++ b/stable/prometheus/templates/kube-state-metrics-clusterrole.yaml @@ -19,6 +19,7 @@ rules: - resourcequotas - replicationcontrollers - limitranges + - persistentvolumeclaims verbs: - list - watch @@ -31,4 +32,19 @@ rules: verbs: - list - watch + - apiGroups: + - apps + resources: + - statefulsets + verbs: + - list + - watch + - apiGroups: + - batch + resources: + - cronjobs + - jobs + verbs: + - list + - watch {{- end }}