Update kube-state-metrics from v1.9.4 to v1.9.5
* https://github.com/kubernetes/kube-state-metrics/releases/tag/v1.9.5
This commit is contained in:
parent
1fbd6835f2
commit
4c964b56a0
|
@ -21,6 +21,7 @@ Notable changes between versions.
|
||||||
#### Addons
|
#### Addons
|
||||||
|
|
||||||
* Update Prometheus from v2.15.2 to [v2.16.0](https://github.com/prometheus/prometheus/releases/tag/v2.16.0)
|
* Update Prometheus from v2.15.2 to [v2.16.0](https://github.com/prometheus/prometheus/releases/tag/v2.16.0)
|
||||||
|
* Update kube-state-metrics from v1.9.4 to v1.9.5
|
||||||
* Update Grafana from v6.6.1 to v6.6.2
|
* Update Grafana from v6.6.1 to v6.6.2
|
||||||
|
|
||||||
## v1.17.3
|
## v1.17.3
|
||||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
||||||
serviceAccountName: kube-state-metrics
|
serviceAccountName: kube-state-metrics
|
||||||
containers:
|
containers:
|
||||||
- name: kube-state-metrics
|
- name: kube-state-metrics
|
||||||
image: quay.io/coreos/kube-state-metrics:v1.9.4
|
image: quay.io/coreos/kube-state-metrics:v1.9.5
|
||||||
ports:
|
ports:
|
||||||
- name: metrics
|
- name: metrics
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
|
Loading…
Reference in New Issue