mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/prometheus] Update kube state metrics (#2477)
* upgrade kube-state-metrics to current release * increment chart versoin * add new needed rbac permissions for kube-state-metrics to work * add new needed rbac permissions for kube-state-metrics to work * new version resolves jobs crash and comes with new features for namespaces * dud commit * remove dud" * Bump chart version
This commit is contained in:
committed by
Michael Goodness
parent
9a46e83bc8
commit
ee53bddbb0
@@ -1,5 +1,5 @@
|
||||
name: prometheus
|
||||
version: 4.6.8
|
||||
version: 4.6.9
|
||||
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
|
||||
|
||||
@@ -13,7 +13,9 @@ rules:
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- namespaces
|
||||
- nodes
|
||||
- persistentvolumeclaims
|
||||
- pods
|
||||
- services
|
||||
- resourcequotas
|
||||
@@ -37,6 +39,7 @@ rules:
|
||||
resources:
|
||||
- statefulsets
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
|
||||
@@ -187,7 +187,7 @@ kubeStateMetrics:
|
||||
##
|
||||
image:
|
||||
repository: gcr.io/google_containers/kube-state-metrics
|
||||
tag: v1.0.1
|
||||
tag: v1.1.0-rc.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Node labels for kube-state-metrics pod assignment
|
||||
|
||||
Reference in New Issue
Block a user