1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-18 05:26:10 +02:00

Update kube-state-metrics from v1.7.2 to v1.8.0

* https://github.com/kubernetes/kube-state-metrics/releases/tag/v1.8.0
This commit is contained in:
Dalton Hubble 2019-10-01 20:50:33 -07:00
parent fdd6882a87
commit 26f8d76755
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ Notable changes between versions.
#### Addons
* Update kube-state-metrics from v1.7.2 to v1.8.0
* Update nginx-ingress from v0.25.1 to [v0.26.1](https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.26.1) ([#555](https://github.com/poseidon/typhoon/pull/555))
* Add lifecycle hook to allow draining for up to 5 minutes
* Update Grafana from v6.3.5 to [v6.3.6](https://github.com/grafana/grafana/releases/tag/v6.3.6)

View File

@ -24,7 +24,7 @@ spec:
serviceAccountName: kube-state-metrics
containers:
- name: kube-state-metrics
image: quay.io/coreos/kube-state-metrics:v1.7.2
image: quay.io/coreos/kube-state-metrics:v1.8.0
ports:
- name: metrics
containerPort: 8080