mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
4a4e2a1d53
commit
c30c6a01d5
@@ -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/
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user