From 38efafea7ddb6482f97cb16f4407ec6d2158b182 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Fri, 15 Feb 2019 05:39:11 -0800 Subject: [PATCH] [stable/kube-state-metrics] update kube-state-metrics README.md (#11440) Signed-off-by: tariqibrahim --- stable/kube-state-metrics/Chart.yaml | 2 +- stable/kube-state-metrics/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/kube-state-metrics/Chart.yaml b/stable/kube-state-metrics/Chart.yaml index 2f02d4aa0a..4ba33e90ba 100644 --- a/stable/kube-state-metrics/Chart.yaml +++ b/stable/kube-state-metrics/Chart.yaml @@ -5,7 +5,7 @@ keywords: - metric - monitoring - prometheus -version: 0.14.0 +version: 0.14.1 appVersion: 1.5.0 home: https://github.com/kubernetes/kube-state-metrics/ sources: diff --git a/stable/kube-state-metrics/README.md b/stable/kube-state-metrics/README.md index 826e113a57..bcab1b2331 100644 --- a/stable/kube-state-metrics/README.md +++ b/stable/kube-state-metrics/README.md @@ -14,8 +14,8 @@ $ helm install stable/kube-state-metrics | Parameter | Description | Default | |---------------------------------------|---------------------------------------------------------|---------------------------------------------| -| `image.repository` | The image repository to pull from | quay.io/coreos/kube-state-metrics | -| `image.tag` | The image tag to pull from | `v1.4.0` | +| `image.repository` | The image repository to pull from | k8s.gcr.io/kube-state-metrics | +| `image.tag` | The image tag to pull from | `v1.5.0` | | `image.pullPolicy` | Image pull policy | IfNotPresent | | `service.port` | The port of the container | 8080 | | `prometheusScrape` | Whether or not enable prom scrape | true | @@ -43,7 +43,7 @@ $ helm install stable/kube-state-metrics | `collectors.nodes` | Enable the nodes collector. | true | | `collectors.persistentvolumeclaims` | Enable the persistentvolumeclaims collector. | true | | `collectors.persistentvolumes` | Enable the persistentvolumes collector. | true | -| `collectors.poddisruptionbudgets` | Enable the poddisruptionbudgets collector. | true +| `collectors.poddisruptionbudgets` | Enable the poddisruptionbudgets collector. | true | | `collectors.pods` | Enable the pods collector. | true | | `collectors.replicasets` | Enable the replicasets collector. | true | | `collectors.replicationcontrollers` | Enable the replicationcontrollers collector. | true |