[stable/kube-state-metrics] Version bump to 1.7.2 (#16093)

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger
2019-08-05 09:17:49 -07:00
committed by Kubernetes Prow Robot
parent 4a4e2a1d53
commit c30c6a01d5
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ keywords:
- monitoring
- prometheus
- kubernetes
version: 2.2.1
appVersion: 1.7.1
version: 2.2.2
appVersion: 1.7.2
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.7.1` |
| `image.tag` | The image tag to pull from | `v1.7.2` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `replicas` | Number of replicas | `1` |
| `service.port` | The port of the container | `8080` |
+1 -1
View File
@@ -2,7 +2,7 @@
prometheusScrape: true
image:
repository: quay.io/coreos/kube-state-metrics
tag: v1.7.1
tag: v1.7.2
pullPolicy: IfNotPresent
replicas: 1