Skip to content

Commit

Permalink
[stable/kube-state-metrics] Version bump to 1.9.7 (helm#22649)
Browse files Browse the repository at this point in the history
https://github.com/kubernetes/kube-state-metrics/releases/v1.9.7

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
Signed-off-by: camelusluo <camelusluo@tencent.com>
  • Loading branch information
mrueg authored and camelusluo committed Jul 6, 2020
1 parent 167fb1d commit e9eeb8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/kube-state-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ keywords:
- monitoring
- prometheus
- kubernetes
version: 2.8.9
appVersion: 1.9.6
version: 2.8.10
appVersion: 1.9.7
home: https://github.com/kubernetes/kube-state-metrics/
sources:
- https://github.com/kubernetes/kube-state-metrics/
Expand Down
2 changes: 1 addition & 1 deletion stable/kube-state-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6` |
| `image.tag` | The image tag to pull from | `v1.9.7` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `imagePullSecrets` | List of container registry secrets | `[]` |
| `replicas` | Number of replicas | `1` |
Expand Down
2 changes: 1 addition & 1 deletion stable/kube-state-metrics/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
prometheusScrape: true
image:
repository: quay.io/coreos/kube-state-metrics
tag: v1.9.6
tag: v1.9.7
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit e9eeb8e

Please sign in to comment.