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.9.6 (#22420)
https://github.com/kubernetes/kube-state-metrics/releases/v1.9.6 Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
@@ -6,8 +6,8 @@ keywords:
|
||||
- monitoring
|
||||
- prometheus
|
||||
- kubernetes
|
||||
version: 2.8.4
|
||||
appVersion: 1.9.5
|
||||
version: 2.8.5
|
||||
appVersion: 1.9.6
|
||||
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.9.5` |
|
||||
| `image.tag` | The image tag to pull from | `v1.9.6` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `replicas` | Number of replicas | `1` |
|
||||
| `autosharding.enabled` | Set to `true` to automatically shard data across `replicas` pods. EXPERIMENTAL | `false` |
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
prometheusScrape: true
|
||||
image:
|
||||
repository: quay.io/coreos/kube-state-metrics
|
||||
tag: v1.9.5
|
||||
tag: v1.9.6
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# If set to true, this will deploy kube-state-metrics as a StatefulSet and the data
|
||||
|
||||
Reference in New Issue
Block a user