upgrade kube-state-metrics to v1.4.0 (#7515)

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2018-09-04 14:47:07 -07:00
committed by k8s-ci-robot
parent 83c812e446
commit 4b63ffb086
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ keywords:
- metric
- monitoring
- prometheus
version: 0.8.2
appVersion: 1.3.1
version: 0.9.0
appVersion: 1.4.0
home: https://github.com/kubernetes/kube-state-metrics/
sources:
- https://github.com/kubernetes/kube-state-metrics/
+1 -1
View File
@@ -15,7 +15,7 @@ $ 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.3.1` |
| `image.tag` | The image tag to pull from | `v1.4.0` |
| `image.pullPolicy` | Image pull policy | IfNotPresent |
| `service.port` | The port of the container | 8080 |
| `prometheusScrape` | Whether or not enable prom scrape | True |
+1 -1
View File
@@ -2,7 +2,7 @@
prometheusScrape: true
image:
repository: quay.io/coreos/kube-state-metrics
tag: v1.3.1
tag: v1.4.0
pullPolicy: IfNotPresent
service:
port: 8080