1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-23 07:56:14 +02:00
Dalton Hubble 2019-04-18 23:26:32 -07:00
parent e73cccd7eb
commit f3174c2b7a
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ Notable changes between versions.
## Latest
#### Addons
* Update Prometheus from v2.8.1 to v2.9.1
## v1.14.1
* Kubernetes [v1.14.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1141)

View File

@ -20,7 +20,7 @@ spec:
serviceAccountName: prometheus
containers:
- name: prometheus
image: quay.io/prometheus/prometheus:v2.8.1
image: quay.io/prometheus/prometheus:v2.9.1
args:
- --web.listen-address=0.0.0.0:9090
- --config.file=/etc/prometheus/prometheus.yaml