diff --git a/stable/kube-state-metrics/README.md b/stable/kube-state-metrics/README.md index bd96a5122c..5344bcfc9b 100644 --- a/stable/kube-state-metrics/README.md +++ b/stable/kube-state-metrics/README.md @@ -15,7 +15,7 @@ $ helm install stable/kube-state-metrics | Parameter | Description | Default | |--------------------|-------------------------------------|----------------------------------------------| | `image.repository` | The image repository to pull from | gcr.io/google_containers/kube-state-metrics | -| `image.tag` | The image tag to pull from | v0.4.1 | +| `image.tag` | The image tag to pull from | v1.0.0 | | `image.pullPolicy` | Image pull policy | IfNotPresent | | `service.port` | The port of the container | 8080 | | `prometheusScrape` | Whether or not enable prom scrape | True |