Skip to content

Commit

Permalink
[stable/kube-state-metrics] update kube-state-metrics README.md (helm…
Browse files Browse the repository at this point in the history
…#11440)

Signed-off-by: tariqibrahim <[email protected]>
  • Loading branch information
tariq1890 authored and k8s-ci-robot committed Feb 15, 2019
1 parent cec86f6 commit 38efafe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/kube-state-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords:
- metric
- monitoring
- prometheus
version: 0.14.0
version: 0.14.1
appVersion: 1.5.0
home: https://github.com/kubernetes/kube-state-metrics/
sources:
Expand Down
6 changes: 3 additions & 3 deletions stable/kube-state-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ $ 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.4.0` |
| `image.repository` | The image repository to pull from | k8s.gcr.io/kube-state-metrics |
| `image.tag` | The image tag to pull from | `v1.5.0` |
| `image.pullPolicy` | Image pull policy | IfNotPresent |
| `service.port` | The port of the container | 8080 |
| `prometheusScrape` | Whether or not enable prom scrape | true |
Expand Down Expand Up @@ -43,7 +43,7 @@ $ helm install stable/kube-state-metrics
| `collectors.nodes` | Enable the nodes collector. | true |
| `collectors.persistentvolumeclaims` | Enable the persistentvolumeclaims collector. | true |
| `collectors.persistentvolumes` | Enable the persistentvolumes collector. | true |
| `collectors.poddisruptionbudgets` | Enable the poddisruptionbudgets collector. | true
| `collectors.poddisruptionbudgets` | Enable the poddisruptionbudgets collector. | true |
| `collectors.pods` | Enable the pods collector. | true |
| `collectors.replicasets` | Enable the replicasets collector. | true |
| `collectors.replicationcontrollers` | Enable the replicationcontrollers collector. | true |
Expand Down

0 comments on commit 38efafe

Please sign in to comment.