mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
[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:
@@ -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/
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user