[stable/kube-state-metrics] Version bump to 1.9.1 (#20028)

https://github.com/kubernetes/kube-state-metrics/releases/tag/v1.9.1

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger
2021-04-25 18:21:11 +02:00
parent a978e53cb8
commit 22eea8f5db
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ keywords:
- monitoring
- prometheus
- kubernetes
version: 2.6.0
appVersion: 1.9.0
version: 2.6.1
appVersion: 1.9.1
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.9.0` |
| `image.tag` | The image tag to pull from | `v1.9.1` |
| `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.9.0
tag: v1.9.1
pullPolicy: IfNotPresent
replicas: 1